Re-exports§
pub use embedded_hal as hal;
pub use embedded_hal_v0 as hal_v0;
Modules§
- adc
- clock
- Core clock speed management
- delay
- Delay implementations
- eeprom
- HAL abstraction for EEPROM
- i2c
- I2C Implementations
- port
- Digital IO implementations for the
PORT#
peripherals - prelude
- Prelude containing all HAL traits
- simple_
pwm - PWM Implementation
- spi
- SPI Implementation
- usart
- HAL abstractions for USART/Serial
- wdt
- WDT Implementation
Macros§
- impl_
adc - impl_
eeprom_ atmega - impl_
eeprom_ atmega_ old - impl_
eeprom_ attiny - impl_
eeprom_ common - impl_
i2c_ twi - impl_
port_ traditional - A macro that implements port handling for a microcontroller.
- impl_
port_ traditional_ base - impl_
port_ traditional_ old - A macro that implements port handling for an old microcontroller, that does not support toggling the output via the PIN register.
- impl_
simple_ pwm - impl_
spi - Implement traits for a SPI interface
- impl_
usart_ traditional - impl_
wdt - renamed_
pins