36 #include "pprzlink/messages.h"
40 #ifndef ADC_CHANNEL_HUMID_HIH
41 #define ADC_CHANNEL_HUMID_HIH ADC_3
44 #ifndef ADC_CHANNEL_HUMID_NB_SAMPLES
45 #define ADC_CHANNEL_HUMID_NB_SAMPLES 16
60 float fvout, fhih_temp;
arch independent ADC (Analog to Digital Converter) API
Generic interface for all ADC hardware drivers, independent from microcontroller architecture.
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.
Common code for AP and FBW telemetry.
DigiPicco I2C sensor interface.
#define ADC_CHANNEL_HUMID_HIH
void humid_hih_periodic(void)
#define ADC_CHANNEL_HUMID_NB_SAMPLES
static struct adc_buf buf_humid_hih
void humid_hih_init(void)
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.