Module rppal::hal

source ·
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-hal DelayMs and DelayNs traits.
  • Newtype wrapper for f64. Converts into Duration.
  • Implements the embedded-hal CountDown trait.