[−][src]Function avr_mcu::current::mcu
pub fn mcu() -> Option<Mcu>
Gets information about the current microcontroller.
Returns None
if the target architecture is not AVR.
When targeting AVR, this function will always return Some(mcu)
.