Skip to content

Commit 084ad13

Browse files
committed
Remove ADC_CONFIG register write in ConfigureNeuropixelsV2e
- This register is reserved and appears to only have been necessary in the beta test variant of the probe
1 parent b9bdc3c commit 084ad13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

OpenEphys.Onix1/ConfigureNeuropixelsV2e.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@ static void ConfigureProbeStreaming(I2CRegisterContext i2cNP)
317317

318318
// Activate recording mode on NP
319319
i2cNP.WriteByte(NeuropixelsV2e.OP_MODE, 0b0100_0000);
320-
321-
// Set global ADC settings
322-
// TODO: Undocumented
323-
i2cNP.WriteByte(NeuropixelsV2e.ADC_CONFIG, 0b0000_1000);
324320
}
325321
}
326322

0 commit comments

Comments
 (0)