hal_async.rs 225 B

123456
  1. //! async trait implementations for embedded-hal
  2. pub use embedded_hal_async::*; // re-export embedded-hal-async to allow macros to use it
  3. #[cfg(feature = "aclint-hal-async")]
  4. pub mod aclint; // ACLINT and CLINT peripherals