Update src/bin/lockin-internal-demo.rs

Co-authored-by: Robert Jördens <rj@quartiq.de>
master
Ryan Summers 2021-01-29 09:55:23 +01:00 committed by GitHub
parent c030b97714
commit c628b8d57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const APP: () = {
let (mut stabilizer, _pounder) = hardware::setup(c.core, c.device);
let lockin = Lockin::new(
&iir_int::IIRState::default(), // TODO: lowpass, expose
&iir_int::IIRState::lowpass(1e-3, 0.707, 2.), // TODO: expose
);
// Enable ADC/DAC events