Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
light_temt.h File Reference
#include <std.h>
+ Include dependency graph for light_temt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void light_temt_init (void)
 
void light_temt_periodic (void)
 

Variables

uint16_t adc_light_temt
 

Function Documentation

void light_temt_init ( void  )

Definition at line 49 of file light_temt.c.

References adc_buf_channel(), ADC_CHANNEL_LIGHT_NB_SAMPLES, ADC_CHANNEL_LIGHT_TEMT, and buf_light_temt.

+ Here is the call graph for this function:

void light_temt_periodic ( void  )

Variable Documentation

uint16_t adc_light_temt

Definition at line 45 of file light_temt.c.

Referenced by light_temt_periodic().