macro_rules! ev3_button_functions {
($button_name:ident) => { ... };
}
Expand description
Helper macro to create all necessary functions for a button
macro_rules! ev3_button_functions {
($button_name:ident) => { ... };
}
Helper macro to create all necessary functions for a button