Expand description
This module combines some simple device-abstraction for AVR microcontrollers. Currently only supports the atmega32 target, but could be extended to other avr devices.
Re-exports
pub use avr_config as config;
pub use device::*;
Modules
Simple device-abstraction providing device-specific pins and registers. Currently only supports
the atmega32 target, but could be extended to other avr devices.
Routines for managing interrupts.
Based on:
Legacy code.
Modules that can be implemented for specific cores.
Convenience module grouping functions that might be worth re-exporting to other crates.