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§

pub use adc::Adc;
pub use port::Pins;
pub use wdt::Wdt;
pub use eeprom::Eeprom;

Modules§

adc
Analog-to-Digital Converter
clock
Core clock speed management
delay
Delay implementations
eeprom
EEPROM
pac
Reexport of attiny85 from avr-device
port
Port
prelude
Prelude containing all HAL traits
simple_pwm
spi
SPI
wdt

Macros§

pins

Structs§

Attiny
Peripherals
All the peripherals.
Spi
Behavior for a SPI interface.