1 2 3 4 5 6
//! Contains definitions for the avr target `atmega32`. use avrd::atmega32 as avr_device; pub mod bitmasks; pub mod port; pub mod registers;