Devlog 1!
For a long time Flysky controllers have been used in personal avionics and robotics projects, interacting with many boards.
All this time there has only been one main library used to interpret the signals from these controller’s receivers: iBusBM. It’s a great library for what it’s made for, but it’s design requires the need for extra code to be written if you want to read specific channels or switches in a clean manner.
My goal with this library is to simplify the code integration of Flysky into two main easy-to-use methods:
readAxis();
readSwitch();
Each method does exactly as their name suggests!
As this project develops I plan on adding more specific methods for more advanced use cases such as getting raw inputs or setting axis modes, but next up is real world testing on different boards!
Cheers!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.