summaryrefslogtreecommitdiff
path: root/src/drivers/ao_max6691.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ao_max6691.h')
-rw-r--r--src/drivers/ao_max6691.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/drivers/ao_max6691.h b/src/drivers/ao_max6691.h
index 0c422d9e..ab8207f9 100644
--- a/src/drivers/ao_max6691.h
+++ b/src/drivers/ao_max6691.h
@@ -15,6 +15,18 @@
#ifndef _AO_MAX6691_H_
#define _AO_MAX6691_H_
+#define AO_MAX6691_CHANNELS 4
+
+struct ao_max6691 {
+ struct {
+ uint16_t t_high;
+ uint16_t t_low;
+ } sensor[AO_MAX6691_CHANNELS];
+};
+
+void
+ao_max6691_sample(struct ao_max6691 *ao_max6691);
+
void
ao_max6691_init(void);