|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
33 #include "pprzlink/messages.h"
37 #ifndef ADC_CHANNEL_TEMP_REF
38 #define ADC_CHANNEL_TEMP_REF ADC_4
40 #ifndef ADC_CHANNEL_TEMP_VAL
41 #define ADC_CHANNEL_TEMP_VAL ADC_3
44 #ifndef ADC_CHANNEL_TEMP_TCOUPLE_NB_SAMPLES
45 #define ADC_CHANNEL_TEMP_TCOUPLE_NB_SAMPLES 16
75 * 52.288899706 - 7.977784737996595;
#define ADC_CHANNEL_TEMP_TCOUPLE_NB_SAMPLES
void adc_buf_channel(uint8_t adc_channel, struct adc_buf *s, uint8_t av_nb_sample)
Link between ChibiOS ADC drivers and Paparazzi adc_buffers.
static struct adc_buf buf_temp_tcouple_val
arch independent ADC (Analog to Digital Converter) API
#define ADC_CHANNEL_TEMP_REF
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
void temp_tcouple_adc_init(void)
void temp_tcouple_adc_periodic(void)
Common code for AP and FBW telemetry.
#define ADC_CHANNEL_TEMP_VAL
static struct adc_buf buf_temp_tcouple_ref
Generic interface for all ADC hardware drivers, independent from microcontroller architecture.