Closed bennierex closed 9 years ago
Add support for setting a Python function to be called upon reception of a PPM/SBUS frame.
Python callback can be set by calling PPM_register_callback(cbfunc). This function will be called each time a valid frame is received.
PPM_register_callback(cbfunc)
Add support for setting a Python function to be called upon reception of a PPM/SBUS frame.