CAVOK-IT / Python-Navio

Navio Python extension
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add callback support for PPM/SBUS #4

Closed bennierex closed 9 years ago

bennierex commented 9 years ago

Add support for setting a Python function to be called upon reception of a PPM/SBUS frame.

bennierex commented 9 years ago

Python callback can be set by calling PPM_register_callback(cbfunc). This function will be called each time a valid frame is received.