..
examples
AP_Notify: fix nullptr in ToshibaLED example
2018-09-19 22:40:20 -07:00
AP_BoardLED2.cpp
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
AP_BoardLED2.h
AP_Notify: remove bad HIGH/LOW defines
2020-03-03 10:46:06 +11:00
AP_BoardLED.cpp
AP_Notify: Catch bad board LED combos
2018-09-19 22:58:46 +01:00
AP_BoardLED.h
AP_Notify: remove bad HIGH/LOW defines
2020-03-03 10:46:06 +11:00
AP_Notify.cpp
AP_Notify: Created NTF_NEO_LEN to change length of Neopixel strings
2020-02-04 11:48:52 +11:00
AP_Notify.h
AP_Notify: Created NTF_NEO_LEN to change length of Neopixel strings
2020-02-04 11:48:52 +11:00
Buzzer.cpp
AP_Notify: add parameter for logic level buzzer sounds at
2019-03-05 13:27:01 +11:00
Buzzer.h
AP_Notify: simplify buzzer playing
2019-03-05 13:27:01 +11:00
DiscoLED.cpp
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_Backend.h
AP_Notify: improve display detection
2017-03-17 00:37:40 +00:00
Display_SH1106_I2C.cpp
AP_Notify: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER
2020-01-19 20:19:30 +11:00
Display_SH1106_I2C.h
AP_Notify: remove semaphores protecting pixels
2017-05-02 08:50:41 +10:00
Display_SITL.cpp
AP_Notify: add SITL Notify display
2019-07-08 10:56:54 +10:00
Display_SITL.h
AP_Notify: add SITL Notify display
2019-07-08 10:56:54 +10:00
Display_SSD1306_I2C.cpp
AP_Notify: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER
2020-01-19 20:19:30 +11:00
Display_SSD1306_I2C.h
AP_Notify: remove semaphores protecting pixels
2017-05-02 08:50:41 +10:00
Display.cpp
AP_Notify: add mah consumed to BAT line in OLED displays
2020-02-18 15:15:52 +11:00
Display.h
AP_Notify: add override keyword where required
2018-11-08 11:30:12 +11:00
ExternalLED.cpp
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
ExternalLED.h
AP_Notify: remove bad HIGH/LOW defines
2020-03-03 10:46:06 +11:00
Led_Sysfs.cpp
AP_Notify: add Led_Sysfs and use in Navio2
2017-11-17 09:20:53 -08:00
Led_Sysfs.h
AP_Notify: add Led_Sysfs and use in Navio2
2017-11-17 09:20:53 -08:00
MMLPlayer.cpp
AP_Notify: added NTZ_BUZZ_VOLUME parameter
2019-09-10 16:22:33 +10:00
MMLPlayer.h
AP_Notify: merge ToneAlarm files, use new AP_HAL tonealarm interface
2018-07-30 14:02:12 +10:00
NCP5623.cpp
AP_Notify: support both NCP5623 addresses
2018-08-08 07:11:50 +10:00
NCP5623.h
AP_Notify: tidy up NCP5623 driver
2018-08-08 07:11:50 +10:00
NeoPixel.cpp
AP_Notify: allow up to 64 LEDs on a pin
2020-02-27 13:12:26 +11:00
NeoPixel.h
AP_Notify: make all semaphores recursive
2020-01-19 20:19:30 +11:00
NotifyDevice.h
AP_Notify: add handle rgb
2019-12-12 21:35:23 -07:00
OreoLED_I2C.cpp
AP_Notify: Remove pixhawk from Oreo LED comments
2020-01-21 13:48:54 +09:00
OreoLED_I2C.h
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
PCA9685LED_I2C.cpp
AP_Notify: Configure the PCA9685 every boot
2018-07-20 14:53:23 +10:00
PCA9685LED_I2C.h
AP_Notify: Use a bitfield to load LED drivers
2018-07-20 14:53:23 +10:00
PixRacerLED.cpp
AP_Notify: don't use pinMode for pixracer LEDs
2019-05-03 16:32:00 +10:00
PixRacerLED.h
AP_Notify: add PixRacerLED
2017-01-27 11:01:17 +09:00
RCOutputRGBLed.cpp
AP_HAL_Linux: make a static-const hal references references to external symbol
2020-03-03 10:12:14 +11:00
RCOutputRGBLed.h
AP_Notify: add RCOutputRGBLedInverted
2017-10-19 15:09:49 -07:00
RGBLed.cpp
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
RGBLed.h
AP_Notify: add handle rgb
2019-12-12 21:35:23 -07:00
SITL_SFML_LED.cpp
AP_Notify: implement SIM_LED_LAYOUT
2020-02-27 13:12:26 +11:00
SITL_SFML_LED.h
AP_Notify: implement SIM_LED_LAYOUT
2020-02-27 13:12:26 +11:00
ToneAlarm.cpp
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
ToneAlarm.h
AP_Notify: Add GCS failsafe notify tones and lights
2020-01-21 13:48:54 +09:00
ToshibaLED_I2C.cpp
AP_Notify: removed unusued AP_Common/Semaphore.h
2019-05-15 15:33:48 +10:00
ToshibaLED_I2C.h
AP_Notify: Reduce flash consumption, remove unneeded middleware classes
2018-06-27 15:25:44 +10:00
UAVCAN_RGB_LED.cpp
AP_Notify: removed unused hal variable
2018-08-26 07:57:05 +10:00
UAVCAN_RGB_LED.h
AP_Notify: add new device UAVCAN_RGB_LED
2018-03-03 10:40:26 +12:00
VRBoard_LED.cpp
VRBoard_LED.h
AP_Notify: rgbled methods protected and add override
2017-01-27 15:24:09 +09:00