MAIN

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
36:af6abc6f7590
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sensor.hpp	Mon May 15 08:58:08 2017 +0000
@@ -0,0 +1,6 @@
+#ifndef SENSOR_H
+#define SENSOR_H
+
+void sensor_init();
+void sensor_run();
+#endif
\ No newline at end of file