Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
7void light_temt_init(void);
8void 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.