|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include "DiscoLED.h"#include <AP_HAL_Linux/Led_Sysfs.h>#include <AP_HAL_Linux/PWM_Sysfs.h>Go to the source code of this file.
Macros | |
| #define | RED_PWM_INDEX 9 |
| #define | GREEN_PWM_INDEX 8 |
| #define | BLUE_PWM_INDEX 15 |
| #define | DISCO_LED_LOW 0x33 |
| #define | DISCO_LED_MEDIUM 0x7F |
| #define | DISCO_LED_HIGH 0xFF |
| #define | DISCO_LED_OFF 0x00 |
| #define | DISCO_LED_RED_NAME "evinrude:red" |
| #define | DISCO_LED_GREEN_NAME "evinrude:green" |
| #define | DISCO_LED_BLUE_NAME "evinrude:blue" |
| #define BLUE_PWM_INDEX 15 |
Definition at line 27 of file DiscoLED.cpp.
| #define DISCO_LED_BLUE_NAME "evinrude:blue" |
Definition at line 36 of file DiscoLED.cpp.
| #define DISCO_LED_GREEN_NAME "evinrude:green" |
Definition at line 35 of file DiscoLED.cpp.
| #define DISCO_LED_HIGH 0xFF |
Definition at line 31 of file DiscoLED.cpp.
| #define DISCO_LED_LOW 0x33 |
Definition at line 29 of file DiscoLED.cpp.
| #define DISCO_LED_MEDIUM 0x7F |
Definition at line 30 of file DiscoLED.cpp.
| #define DISCO_LED_OFF 0x00 |
Definition at line 32 of file DiscoLED.cpp.
| #define DISCO_LED_RED_NAME "evinrude:red" |
Definition at line 34 of file DiscoLED.cpp.
| #define GREEN_PWM_INDEX 8 |
Definition at line 26 of file DiscoLED.cpp.
| #define RED_PWM_INDEX 9 |
Definition at line 25 of file DiscoLED.cpp.
1.8.13