City1082 telemetry application

Revision:
4:455f43ddbaa9
Child:
6:ba6358882ff3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/display.h	Tue Nov 30 22:12:34 2021 +0000
@@ -0,0 +1,6 @@
+#ifndef DISPLAY_H
+#define DISPLAY_H
+
+void displayThread();
+void displaySendUpdateSensor(float voltage, float current, int counter);
+#endif
\ No newline at end of file