macro_rules! send_command {
    ($tx:expr, $value:expr) => { ... };
}
Expand description

wrapper to improve code readability