Macro impl_port_traditional_old

Source
macro_rules! impl_port_traditional_old {
    ($($tts:tt)*) => { ... };
}
Expand description

A macro that implements port handling for an old microcontroller, that does not support toggling the output via the PIN register.