X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_max6691.h;h=b6186daf74d7ef04664d93f0e0370869e2718b0f;hb=c49bd3cb0c31a51fae79ddc92237cc309be9a242;hp=0c422d9e7e37daaed999931c856b6725b3c60808;hpb=49ce3e9a2eb4e1918773b80c355d720a3dadc7e0;p=fw%2Faltos diff --git a/src/drivers/ao_max6691.h b/src/drivers/ao_max6691.h index 0c422d9e..b6186daf 100644 --- a/src/drivers/ao_max6691.h +++ b/src/drivers/ao_max6691.h @@ -15,6 +15,17 @@ #ifndef _AO_MAX6691_H_ #define _AO_MAX6691_H_ +#define AO_MAX6691_CHANNELS 4 + +struct ao_max6691_sample { + struct { + uint16_t t_high; + uint16_t t_low; + } sensor[AO_MAX6691_CHANNELS]; +}; + +extern struct ao_max6691_sample ao_max6691_current; + void ao_max6691_init(void);