~ruther/avr-device

ref: 0cd695b43fa760282f221a3bfde3c8de3183e252 avr-device/src/devices/mod.rs -rw-r--r-- 165 bytes
0cd695b4 — Rahix Add README and LICENSE files 6 years ago
                                                                                
1
2
3
4
5
6
7
cfg_if::cfg_if! {
    if #[cfg(feature = "atmega32u4")] {
        pub mod atmega32u4;
    } else if #[cfg(feature = "attiny85")] {
        pub mod attiny85;
    }
}
Do not follow this link