Crate atmega_hal
source ·Expand description
§atmega-hal
Common HAL (hardware abstraction layer) for ATmega* microcontrollers.
Note: This version of the documentation was built for ATmega2560. 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 i2c::I2c;pub use spi::Spi;pub use port::Pins;pub use usart::Usart;pub use wdt::Wdt;pub use eeprom::Eeprom;
Modules§
- Analog-to-Digital Converter
- Core clock speed management
- Delay implementations
- EEPROM
- I2C
- Reexport of
atmega2560fromavr-device - Port
- Prelude containing all HAL traits
- SPI
- USART
Macros§
Structs§
- All the peripherals.