Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
demo_module.c File Reference
#include "demo_module.h"
#include "led.h"
+ Include dependency graph for demo_module.c:

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)
 

Function Documentation

◆ init_demo()

void init_demo ( void  )

Definition at line 26 of file demo_module.c.

References DEMO_MODULE_LED, LED_INIT, and LED_OFF.

◆ periodic_10Hz_demo()

void periodic_10Hz_demo ( void  )

Definition at line 38 of file demo_module.c.

References DEMO_MODULE_LED, and LED_TOGGLE.

◆ periodic_1Hz_demo()

void periodic_1Hz_demo ( void  )

Definition at line 33 of file demo_module.c.

References DEMO_MODULE_LED, and LED_TOGGLE.

◆ start_demo()

void start_demo ( void  )

Definition at line 43 of file demo_module.c.

References DEMO_MODULE_LED, and LED_ON.

◆ stop_demo()

void stop_demo ( void  )

Definition at line 48 of file demo_module.c.

References DEMO_MODULE_LED, and LED_OFF.