1 2 3 4
#[cfg(feature = "attiny85")] pub mod attiny85; #[cfg(feature = "atmega32u4")] pub mod atmega32u4;