make lockin a unittest, not integration test
This commit is contained in:
parent
d0d2c6352d
commit
57a5c4ff9b
1029
dsp/src/lockin.rs
1029
dsp/src/lockin.rs
File diff suppressed because it is too large
Load Diff
1037
dsp/tests/lockin.rs
1037
dsp/tests/lockin.rs
File diff suppressed because it is too large
Load Diff
@ -61,7 +61,7 @@ const APP: () = {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let lockin = Lockin::new(
|
let lockin = Lockin::new(
|
||||||
&iir_int::IIRState::default(), // TODO: lowpass, expose
|
&iir_int::IIRState::default(), // TODO: lowpass, expose
|
||||||
);
|
);
|
||||||
|
|
||||||
// Enable ADC/DAC events
|
// Enable ADC/DAC events
|
||||||
|
Loading…
Reference in New Issue
Block a user