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
View File
@@ -1,3 +1,6 @@
#ifndef TUNER_DRV_LITHIO_H
#define TUNER_DRV_LITHIO_H
typedef enum {
TEF_FM = 32,
TEF_AM = 33,
@@ -104,3 +107,5 @@ bool devTEF_Radio_Set_StHiBlend_Noise(uint8_t mode, uint16_t start, uint16_t slo
bool devTEF_Radio_Set_StHiBlend_Mph(uint8_t mode, uint16_t start, uint16_t slope);
bool devTEF_Radio_Set_NoisBlanker(uint8_t mode, uint16_t start);
bool devTEF_Radio_Set_Wavegen(bool mode, int16_t amplitude, uint16_t freq);
#endif