Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
led_hw.c
Go to the documentation of this file.
1 #include "led.h"
2 
3 #ifdef LED_STP08
4 uint8_t led_status[NB_LED];
5 #endif
6 
arch independent LED (Light Emitting Diodes) API
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.
Definition: vl53l1_types.h:98