Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <std.h>
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 |
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.
void light_temt_periodic | ( | void | ) |
Definition at line 54 of file light_temt.c.
References adc_light_temt, adc_buf::av_nb_sample, buf_light_temt, DefaultChannel, DefaultDevice, and adc_buf::sum.
uint16_t adc_light_temt |
Definition at line 45 of file light_temt.c.
Referenced by light_temt_periodic().