Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
light_temt.h
Go to the documentation of this file.
1 #ifndef LIGHT_TEMT_H
2 #define LIGHT_TEMT_H
3 
4 #include <std.h>
5 
7 void light_temt_init(void);
8 void light_temt_periodic(void);
9 
10 #endif
void light_temt_init(void)
Definition: light_temt.c:49
uint16_t adc_light_temt
Definition: light_temt.c:45
void light_temt_periodic(void)
Definition: light_temt.c:54
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
Definition: vl53l1_types.h:88