ardupilot/libraries/AP_Notify
Randy Mackay c7192c5eef Notify: remove Led class
This class didn't add any functionality beyond what the NotifyDevice class
already provided so in keeping with our desire to keep things simple we
can remove this class
2014-12-26 13:06:41 +09:00
..
examples AP_Notify: fixed example build 2014-11-27 17:27:56 +11:00
AP_BoardLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
AP_BoardLED.h Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
AP_Notify.cpp Notify: rename notify_types to notify_flags_type 2014-12-15 14:10:10 +09:00
AP_Notify.h Notify: add pre_arm_gps_check flag 2014-12-26 12:32:34 +09:00
Buzzer.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
Buzzer.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ExternalLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ExternalLED.h Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
NavioLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED_I2C.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NavioLED_I2C.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
NotifyDevice.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
RGBLed.cpp Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
RGBLed.h Notify: remove reliance on Led class 2014-12-26 13:06:24 +09:00
ToneAlarm_Linux.cpp AP_Notify: cleanup use of bool from toneAlarm_init() 2014-11-15 16:59:28 +11:00
ToneAlarm_Linux.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToneAlarm_PX4.cpp ToneAlarm_PX4: remove user_mode_init flag 2014-12-15 14:10:21 +09:00
ToneAlarm_PX4.h ToneAlarm_PX4: remove user_mode_init flag 2014-12-15 14:10:21 +09:00
ToshibaLED.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED.h AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED_I2C.cpp AP_Notify: added abstract Led and RGBLed classes 2014-11-26 11:16:27 +11:00
ToshibaLED_I2C.h AP_Notify: added missing files 2013-08-30 13:01:35 +10:00
ToshibaLED_PX4.cpp AP_Notify: avoid suspend_timer_procs() by using atomic updates in ToshibaLED_PX4 2014-08-22 21:13:11 +10:00
ToshibaLED_PX4.h AP_Notify: avoid suspend_timer_procs() by using atomic updates in ToshibaLED_PX4 2014-08-22 21:13:11 +10:00