 |
Paparazzi UAS
v6.1.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
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;
DigiPicco I2C sensor interface.
#define ADC_CHANNEL_HUMID_HIH
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_humid_hih
arch independent ADC (Analog to Digital Converter) API
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
Common code for AP and FBW telemetry.
void humid_hih_periodic(void)
void humid_hih_init(void)
#define ADC_CHANNEL_HUMID_NB_SAMPLES
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
Generic interface for all ADC hardware drivers, independent from microcontroller architecture.