hal_async.rs 188 B

12345
  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. pub mod aclint; // ACLINT and CLINT peripherals