Function mcu

Source
pub fn mcu() -> Option<Mcu>
Expand description

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).