Crate attiny_hal

source ·
Expand description

attiny-hal

Common HAL (hardware abstraction layer) for ATtiny* microcontrollers.

Note: This version of the documentation was built for ATtiny85. This means that only items which are available for this MCU are visible. If you are using a different chip, try building the documentation locally with:

cargo doc --features <your-mcu> --open

Re-exports

Modules

  • Analog-to-Digital Converter
  • Generic trait for clock speeds
  • Delay implementations
  • Reexport of attiny85 from avr-device ATtiny85 Peripheral access API for ATTINY85 microcontrollers (generated using svd2rust v0.28.0 ( ))
  • Prelude containing all HAL traits

Macros

Structs