macro_rules! py_peripheral_methods {
($ty:ident) => { ... };
}Expand description
Generate Python bindings and JSON helpers for peripherals.
macro_rules! py_peripheral_methods {
($ty:ident) => { ... };
}Generate Python bindings and JSON helpers for peripherals.