macro_rules! signal { ($sig: expr, $fnc: expr) => { ... }; }
Expand description
The signal
macro receives a signal to
a PID program.
macro_rules! signal { ($sig: expr, $fnc: expr) => { ... }; }
The signal
macro receives a signal to
a PID program.