Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | init_demo (void) |
void | periodic_1Hz_demo (void) |
void | periodic_10Hz_demo (void) |
void | start_demo (void) |
void | stop_demo (void) |
void init_demo | ( | void | ) |
Definition at line 26 of file demo_module.c.
References DEMO_MODULE_LED, LED_INIT, and LED_OFF.
void periodic_10Hz_demo | ( | void | ) |
Definition at line 38 of file demo_module.c.
References DEMO_MODULE_LED, and LED_TOGGLE.
void periodic_1Hz_demo | ( | void | ) |
Definition at line 33 of file demo_module.c.
References DEMO_MODULE_LED, and LED_TOGGLE.
void start_demo | ( | void | ) |
Definition at line 43 of file demo_module.c.
References DEMO_MODULE_LED, and LED_ON.
void stop_demo | ( | void | ) |
Definition at line 48 of file demo_module.c.
References DEMO_MODULE_LED, and LED_OFF.