Skip to content

Commit

Permalink
bump idsp
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 6, 2023
1 parent 2ec5078 commit 9de50e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
num_enum = { version = "0.7.1", default-features = false }
paste = "1"
idsp = "0.12"
idsp = "0.13"
ad9959 = { path = "ad9959", version = "0.2.1" }
mcp230xx = "1.0"
mutex-trait = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions src/bin/lockin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use core::{
use fugit::ExtU64;
use mutex_trait::prelude::*;

use idsp::{Accu, Chain, Complex, ComplexExt, Filter, Lockin, Lowpass, RPLL};
use idsp::{Accu, Complex, ComplexExt, Filter, Lockin, Lowpass, Repeat, RPLL};

use stabilizer::{
hardware::{
Expand Down Expand Up @@ -237,7 +237,7 @@ mod app {
adcs: (Adc0Input, Adc1Input),
dacs: (Dac0Output, Dac1Output),
pll: RPLL,
lockin: Lockin<Chain<2, Lowpass<2>>>,
lockin: Lockin<Repeat<2, Lowpass<2>>>,
signal_generator: signal_generator::SignalGenerator,
generator: FrameGenerator,
cpu_temp_sensor: stabilizer::hardware::cpu_temp_sensor::CpuTempSensor,
Expand Down

0 comments on commit 9de50e1

Please sign in to comment.