From a1236a39e7842ed24b3a9c986dba177d02be5114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 6 Mar 2019 22:36:22 +0100 Subject: 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. --- control/sensors.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 control/sensors.h (limited to 'control/sensors.h') 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 -- cgit v1.2.3