hal.rs 170 B

12345
  1. //! trait implementations for embedded-hal
  2. pub use embedded_hal::*; // re-export embedded-hal to allow macros to use it
  3. pub mod aclint; // ACLINT and CLINT peripherals