Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
linux arch dependant LED macros. More...
#include <stdint.h>
#include <BOARD_CONFIG>
Go to the source code of this file.
Macros | |
#define | LED_INIT(i) {} |
#define | LED_ON(i) {} |
#define | LED_OFF(i) {} |
#define | LED_TOGGLE(i) {} |
#define | LED_DISABLE(i) LED_OFF(i) |
#define | LED_PERIODIC() {} |
linux arch dependant LED macros.
Definition in file led_hw.h.