ardupilot/libraries/AP_Notify
Georgii Staroselskii 0203b4c1b1 AP_Notify: RCOutputRGBLed: remove cork()
cork()/push() will be called in the vehicle code.

The issue that led to this fix was as follows:
- on a Linux board (Navio 2) usage of this class didn't yield any PWM on
  the expected outputs on Rover (Copter and Plane worked as expected)

After dicsussion at #6339 rover code was changed (541538f) to use make
proper use of SRV_Channels API.

This fix is also the consequence of the discussion. TL;DR: the output is
only done when commanded by the vehicle.
2017-06-27 11:46:41 -07:00
..
examples AP_Notify: example fix travis warning 2017-04-13 19:56:16 +01:00
AP_BoardLED.cpp AP_Notify: Change arming time count check. 2017-01-19 17:42:46 +00:00
AP_BoardLED.h
AP_Notify.cpp AP_Notify: Complete rework of notify device selection 2017-06-06 12:58:28 +09:00
AP_Notify.h AP_Notify: Complete rework of notify device selection 2017-06-06 12:58:28 +09:00
Buzzer.cpp
Buzzer.h
DiscoLED.cpp AP_Notify: DiscoLED: keep includes sorted 2017-01-19 08:59:00 -08:00
DiscoLED.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00
DiscreteRGBLed.cpp
DiscreteRGBLed.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00
Display.cpp AP_Notify: remove non-required initialisation of variables 2017-05-08 10:29:25 +09:00
Display.h AP_Notify: remove non-required initialisation of variables 2017-05-08 10:29:25 +09:00
Display_Backend.h AP_Notify: improve display detection 2017-03-17 00:37:40 +00:00
Display_SH1106_I2C.cpp AP_Notify: remove unused variables 2017-05-02 18:14:40 +01:00
Display_SH1106_I2C.h AP_Notify: remove semaphores protecting pixels 2017-05-02 08:50:41 +10:00
Display_SSD1306_I2C.cpp AP_Notify: remove unused variables 2017-05-02 18:14:40 +01:00
Display_SSD1306_I2C.h AP_Notify: remove semaphores protecting pixels 2017-05-02 08:50:41 +10:00
ExternalLED.cpp
ExternalLED.h
NavioLED.cpp
NavioLED.h
NavioLED_I2C.cpp Global: change Device::PeriodicCb signature 2017-01-14 10:03:54 +11:00
NavioLED_I2C.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00
NotifyDevice.h
OreoLED_PX4.cpp AP_Notify: Change to the value of boolean. 2017-06-07 08:06:44 +09:00
OreoLED_PX4.h AP_Notify: OreoLED rework 2017-06-06 12:59:03 +09:00
PixRacerLED.cpp AP_Notify: add PX4_V4 check to PixRacerLED 2017-01-27 11:01:17 +09:00
PixRacerLED.h AP_Notify: add PixRacerLED 2017-01-27 11:01:17 +09:00
RCOutputRGBLed.cpp AP_Notify: RCOutputRGBLed: remove cork() 2017-06-27 11:46:41 -07:00
RCOutputRGBLed.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00
RGBLed.cpp AP_Notify: Add tone and light pattern for leak detection 2017-02-21 11:26:14 +11:00
RGBLed.h
ToneAlarm_Linux.cpp
ToneAlarm_Linux.h
ToneAlarm_PX4.cpp AP_Notify: Remove solo specific tones, align with px4 tones 2017-06-06 10:38:40 +09:00
ToneAlarm_PX4.h AP_Notify: Remove solo specific tones, align with px4 tones 2017-06-06 10:38:40 +09:00
ToshibaLED.cpp
ToshibaLED.h
ToshibaLED_I2C.cpp AP_Notify: fix ToshibaLED_I2C and check both I2C buses 2017-01-27 15:24:09 +09:00
ToshibaLED_I2C.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00
VRBoard_LED.cpp
VRBoard_LED.h AP_Notify: rgbled methods protected and add override 2017-01-27 15:24:09 +09:00