Expand description
Miscellaneous embedded-hal trait implementations.
The hal module consists of a collection of embedded-hal trait
implementations for traits that aren’t tied to a specific peripheral.
This module is only included when either the hal or hal-unproven feature
flag is enabled.
Structs§
- Implements the
embedded-halDelayMsandDelayNstraits. - Newtype wrapper for
f64. Converts intoDuration. - Implements the
embedded-halCountDowntrait.