File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313 <PackageLicenseFile >LICENSE</PackageLicenseFile >
1414 <UseArtifactsOutput >true</UseArtifactsOutput >
1515 <PackageIcon >icon.png</PackageIcon >
16- <VersionPrefix >0.6.0 </VersionPrefix >
16+ <VersionPrefix >0.6.1 </VersionPrefix >
1717 <VersionSuffix ></VersionSuffix >
1818 <LangVersion >10.0</LangVersion >
1919 <Features >strict</Features >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments