Carbon225 / raspberry-sbus

Linux/Raspberry Pi SBUS driver
MIT License
35 stars 10 forks source link

Just use threads #6

Closed Carbon225 closed 7 months ago

Carbon225 commented 3 years ago

No point having blocking and non-blocking modes since no one knows how to use them. Just create a thread for managing the SBUS connection and give the user a get_last_packet() function.