50 #define USE_MS_EEPROM TRUE
Driver for the ADS1220 24-bits ADC from TI SPI communication.
Driver for the eeprom 225AA256 (and 25LC256) 256K SPI bus serial EEPROM from Microchip.
void meteo_stick_init(void)
Functions.
struct MeteoStick meteo_stick
General structure.
float current_pressure
calibrated pressure
void meteo_stick_periodic(void)
Periodic function.
uint32_t humidity_period
humidity (in ticks)
struct Ads1220 temperature
temperature
struct Ads1220 pressure
absolute pressure
float current_temperature
calibrated temperature
struct Ads1220 diff_pressure
differential pressure
bool reset_dp_offset
reset differential pressure offset
void meteo_stick_report(void)
void meteo_stick_event(void)
Event function.
float current_airspeed
calibrated airspeed
float current_humidity
calibrated humidity
Parser for calibration data coming from 25AA256 EEPROM of the Meteo Stick.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.