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