cleanflight/src/main/sensors
Dominic Clifton e6733b4dfc Cleanup status indicator code.
This primarily is to avaoid stalling the main loop when beeping and
flashing.

This is needed because oneshot ESCs do not receive updates when the main
loop is stalled.

Additionally the beeper code for sticks held in disarm position is
changed since it also clashed with profile selection.  Now profile
selections can be seen and heard clearly.

Other subsections of the system that changed the LED0 state while the
main loop is running have been updated to use the status indicator API
instead of blindly hitting the hardware which previously caused lots of
odd LED flashing behaviour - now it is consistent.
2015-05-29 23:37:33 +01:00
..
acceleration.c Port of refactored beeper code 181_1 2015-04-04 17:54:44 -04:00
acceleration.h Use defines for MAG_MAX and ACC_MAX 2015-03-07 01:57:45 +13:00
barometer.c Added median filter implementation. Added 3-point median filter to generic barometer code. 2015-04-07 19:58:20 +01:00
barometer.h Update the cli status command to show all detected sensors (Except on 2015-02-19 21:08:30 +00:00
battery.c Merge remote-tracking branch 'upstream/master' into VCM_motor_stop_fix 2015-03-16 14:58:57 +00:00
battery.h Update to Virtual Current Meter fix 2015-03-11 20:03:25 +00:00
boardalignment.c Delete some baseflight test code. 2014-11-10 00:40:22 +00:00
boardalignment.h Normalize all the line endings 2014-09-15 23:40:17 +01:00
compass.c Update the cli status command to show all detected sensors (Except on 2015-02-19 21:08:30 +00:00
compass.h Use defines for MAG_MAX and ACC_MAX 2015-03-07 01:57:45 +13:00
gyro.c Cleanup status indicator code. 2015-05-29 23:37:33 +01:00
gyro.h Update the cli status command to show all detected sensors (Except on 2015-02-19 21:08:30 +00:00
initialisation.c Replaced gyroData with gyroADC as they both contain the same value 2015-05-17 07:14:42 +01:00
sensors.h Update the cli status command to show all detected sensors (Except on 2015-02-19 21:08:30 +00:00
sonar.c CC3D - Add sonar. 2015-05-22 22:35:41 +01:00
sonar.h CC3D - Add sonar. 2015-05-22 22:35:41 +01:00