Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ light_temt_init()

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:

◆ light_temt_periodic()

void light_temt_periodic ( void  )

Variable Documentation

◆ adc_light_temt

uint16_t adc_light_temt
extern

Definition at line 45 of file light_temt.c.

Referenced by light_temt_periodic().