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
- Core clock speed management
- Delay implementations
- EEPROM
- Reexport of
attiny85
fromavr-device
- Port
- Prelude containing all HAL traits
- SPI
Macros§
Structs§
- All the peripherals.
- Behavior for a SPI interface.