Skip to content

Commit

Permalink
Merge pull request #285 from open-ephys/issue-284
Browse files Browse the repository at this point in the history
Fix register write in NP2.0-beta streamong configuration
  • Loading branch information
jonnew authored Sep 4, 2024
2 parents 0fcdd85 + 65dd01e commit 6697e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEphys.Onix1/ConfigureNeuropixelsV2eBeta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static void SyncProbes(I2CRegisterContext serializer, uint gpo10Config)
static void ConfigureProbeStreaming(I2CRegisterContext i2cNP)
{
// Activate recording mode on NP
i2cNP.WriteByte(NeuropixelsV2eBeta.REC_MODE, 0b0100_0000);
i2cNP.WriteByte(NeuropixelsV2eBeta.OP_MODE, 0b0100_0000);

// Set global ADC settings
i2cNP.WriteByte(NeuropixelsV2eBeta.ADC_CONFIG, 0b0000_1000);
Expand Down

0 comments on commit 6697e44

Please sign in to comment.