aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* commander: tunes cleanup and fixesAnton Babushkin2014-02-111-17/+15
|
* commander: beeps and blinks cleanupAnton Babushkin2014-02-111-35/+51
|
* commander: reset blink_msg_end when blink message completed to set normal ↵Anton Babushkin2014-02-111-0/+1
| | | | LED status immediately
* Improved RC calibration behaviour, fully supported setting trim offsetsLorenz Meier2014-02-011-1/+6
|
* Track raw battery voltage and filtered battery voltage separately. Estimate ↵Anton Babushkin2013-11-111-3/+7
| | | | remaining battery as min(voltage_estimate, discharged_estimate). Battery voltage LPF time increased.
* Use discharged current to estimate remaining battery charge if capacity is knownAnton Babushkin2013-11-081-16/+24
|
* commander: state indication changed, 3 green blinks = succsess, 3 white ↵Anton Babushkin2013-09-191-10/+40
| | | | blinks = neutral, 3 red blinks = reject
* tone_alarm: more device paths replaced with #defineRandy Mackay2013-09-161-1/+1
|
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-301-8/+8
| | | | | - Comment out unused tones - Create symbolic tone numbers rather than hardcoded
* Added part of RGBLED stuff to commanderJulian Oes2013-08-161-6/+21
|
* Try to open RGBLEDs in commander (WIP)Julian Oes2013-08-151-10/+35
|
* commander rewrite almost completed, WIPAnton Babushkin2013-07-311-3/+3
|
* moved commander to C++, preparation for better gyro scale calibration ↵Lorenz Meier2013-07-201-0/+219
respecting the current attitude for more accurate results