1 2 3 4 5 6 7 8 9
//! Blocking implementations of the [`Registers`] trait using the
//! [`embedded-hal`] blocking SPI traits.
//!
//! [`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
//! [`Registers`]: crate::Registers
pub mod fdm;
pub mod vdm;
pub mod vdm_infallible_gpio;
