aboutsummaryrefslogtreecommitdiff
path: root/control/sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'control/sensors.h')
-rw-r--r--control/sensors.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/control/sensors.h b/control/sensors.h
new file mode 100644
index 0000000..b64f9a9
--- /dev/null
+++ b/control/sensors.h
@@ -0,0 +1,8 @@
+
+#ifndef _SENSORS_H_
+#define _SENSORS_H_
+
+void init_temperature();
+void init_battery();
+
+#endif