Created gui.h to increase readability of the main ino

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-03 22:51:26 +02:00
parent dfc3a830ec
commit a42c636ebf
5 changed files with 1707 additions and 1530 deletions
+5 -2
View File
@@ -1,4 +1,5 @@
#define TEF6686_h
#ifndef TEF6686_H
#define TEF6686_H
#include "Arduino.h"
#include "Tuner_Drv_Lithio.h"
@@ -281,4 +282,6 @@ class TEF6686 {
uint16_t currentfreq;
bool togglebit;
bool runningbit;
};
};
#endif