Created gui.h to increase readability of the main ino
This commit is contained in:
+5
-2
@@ -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
|
||||
Reference in New Issue
Block a user