Skip to content

Commit

Permalink
Update ADC sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Nov 7, 2023
1 parent ab2317d commit 2b2cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Probes/OneBoxADC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OneBoxADC::OneBoxADC(Basestation* bs) : DataSource(bs)
//setStatus(ProbeStatus::ADC);

channel_count = 12;
sample_rate = 30000.0f;
sample_rate = 30300.0f;

errorCode = Neuropixels::NP_ErrorCode::SUCCESS;

Expand Down

0 comments on commit 2b2cbc4

Please sign in to comment.