Skip to content

Commit 6710fac

Browse files
committed
Remove ADC_CONFIG register write
1 parent c754796 commit 6710fac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/Devices/Neuropixels2e.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,6 @@ void Neuropixels2e::configureProbeStreaming()
386386

387387
// Activate recording mode on NP
388388
probeControl->WriteByte(OP_MODE, 0b01000000);
389-
390-
// Set global ADC settings
391-
// TODO: Undocumented
392-
probeControl->WriteByte(ADC_CONFIG, 0b00001000);
393389
}
394390

395391
void Neuropixels2e::configureSerDes()

0 commit comments

Comments
 (0)