Sensor Code By Jorge Troncoso

Dependencies:   Sensor2 MAX31855-1 libmDot-1

Fork of 0A101_mDot_Sensor_Rev3_AUS by Jorge Troncoso

Revision:
0:1441b10e38a6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sensors.h	Thu Jan 04 03:42:09 2018 +0000
@@ -0,0 +1,15 @@
+#ifndef SENSORS_H
+#define SENSORS_H
+
+
+#include "Adafruit_ADS1015.h"
+#include "board_config.h"
+#include "max31855.h"
+#include "mDot.h"
+
+
+extern void sensors_init(void);
+extern void sensors_read(struct sensor_data_raw *data);
+
+
+#endif // SENSORS_H
\ No newline at end of file