ardupilot/libraries/AP_Notify
Andrew Tridgell 495c4bbbbe AP_Notify: simplify interface to avoid timers and external calls
this changes AP_Notify to use updates via notify.update() at 50Hz,
avoiding the need for the 1kHz timer. It also creates a parent class
for ToshibaLED so that the I2C and PX4 ToshibaLED drivers can be
abstracted out.

Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
2013-08-30 13:01:35 +10:00
..
examples AP_Notify: make flags static variable 2013-08-30 13:01:35 +10:00
AP_BoardLED.cpp AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
AP_BoardLED.h AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
AP_Notify.cpp AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
AP_Notify.h AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
ToshibaLED_PX4.cpp AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
ToshibaLED_PX4.h AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
ToshibaLED.cpp AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00
ToshibaLED.h AP_Notify: simplify interface to avoid timers and external calls 2013-08-30 13:01:35 +10:00