aboutsummaryrefslogtreecommitdiff
path: root/control/sensors.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-06 22:36:22 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-06 22:40:31 +0100
commita1236a39e7842ed24b3a9c986dba177d02be5114 (patch)
tree127ee3ce519961c627fd14e9850e553b502a0205 /control/sensors.h
parentfe2ce269997dcc23f5eac51ee64e2d06570bf6d4 (diff)
downloadbigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.gz
bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.bz2
bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.zip
Implement gui and fix rainbow selection
For some reason when I use " in payload it is not send. I have no idea why but it is just probably some bug in bigclown.
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