Update dependencies and do necessary migrations

This commit is contained in:
Zachary Levy
2026-03-03 17:19:10 -08:00
parent e06e76e46b
commit 18f7e19726
18 changed files with 140 additions and 111 deletions
+3
View File
@@ -6,10 +6,13 @@ mod io;
#[cfg(feature = "embassy-sync")]
mod mutex;
#[allow(unused_imports)]
pub use crate::adc::*;
pub use crate::delay::*;
#[allow(unused_imports)]
pub use crate::io::*;
#[cfg(feature = "embassy-sync")]
#[allow(unused_imports)]
pub use crate::mutex::*;
pub use ads1256_types::adcon::{ClockOut, Gain, Sdcs};
pub use ads1256_types::drate::DataRate;