Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Macros | |
#define | TCOUPLE_NB 4 |
Functions | |
void | temp_tcouple_adc_init (void) |
void | temp_tcouple_adc_periodic (void) |
Variables | |
int32_t | tcouple_cnt |
#define TCOUPLE_NB 4 |
Definition at line 6 of file temp_tcouple_adc.h.
void temp_tcouple_adc_init | ( | void | ) |
Definition at line 56 of file temp_tcouple_adc.c.
References adc_buf_channel(), ADC_CHANNEL_TEMP_REF, ADC_CHANNEL_TEMP_TCOUPLE_NB_SAMPLES, ADC_CHANNEL_TEMP_VAL, buf_temp_tcouple_ref, buf_temp_tcouple_val, and temp_cnt.
void temp_tcouple_adc_periodic | ( | void | ) |
Definition at line 67 of file temp_tcouple_adc.c.
References adc_buf::av_nb_sample, buf_temp_tcouple_ref, buf_temp_tcouple_val, DefaultChannel, DefaultDevice, fref, fval, ref, adc_buf::sum, TCOUPLE_NB, temp_cnt, and val.
|
extern |