ADS1256 poll input.

This commit is contained in:
Zachary Sunforge
2023-06-22 19:57:01 -07:00
parent 1ede18a716
commit 8f2d2b6679
8 changed files with 264 additions and 4 deletions

View File

@ -1,7 +1,9 @@
#![no_std]
#![feature(async_fn_in_trait, impl_trait_projections)]
#[cfg(feature = "standard-multiplexer")]
mod standard_multiplexer;
#[cfg(feature = "poll")]
mod poll;
pub use physical_ads1256_types::*;