Phew, finally!
Here's what's new in 0.3:
- reworked input and output system, most classes can now read from or write to two global arrays using defined indices. You can specify which index/indices to use in the constructor of those classes, or through some getters and setters. See the TX example for a good idea how to use it.
- Added a DAIPin class which allows you to use digital pins as analog input. Changes from high to low are handled smoothly over a user defined duration, great for smooth flaps or landing gear
- Added support for the FlycamOne Eco V2 on board camera; easy functions for recording and changing camera modes.
- Loads of fixed wing options, various wing, tail and rudder types are supported as well as flaps and air brake. Aileron differential is included as well.
- Support for retractable landing gear, fully configurable.
- PPMIn now detects loss of signal!
- Throttle hold
- Basic input to input mixing; a generic linear master slave mix which you can use to create things like aileron to rudder, or elevator to flaps mixes.
- Most examples have a lot more comments now to explain things better
If you find any bugs, have comments, questions, compliments, whatever, feel free to insert a ticket or leave a message on the discussion board!
Up next: 0.4