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§
- adc
- Analog-to-Digital Converter
- clock
- Core clock speed management
- delay
- Delay implementations
- eeprom
- EEPROM
- pac
- Reexport of
attiny85
fromavr-device
- port
- Port
- prelude
- Prelude containing all HAL traits
- simple_
pwm - spi
- SPI
- wdt
Macros§
Structs§
- Attiny
- Peripherals
- All the peripherals.
- Spi
- Behavior for a SPI interface.