Changed initialize data to PROGMEM to save RAM

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-08 21:59:59 +01:00
parent ff125360bf
commit 6e854036da
6 changed files with 21 additions and 43 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
void Tuner_I2C_Init();
void Tuner_Patch(byte TEF);
bool Tuner_Init();
bool Tuner_Init4000();
bool Tuner_Init9216();
void Tuner_Init(const unsigned char *table);
bool Tuner_WriteBuffer(unsigned char *buf, uint16_t len);
bool Tuner_ReadBuffer(unsigned char *buf, uint16_t len);
bool Tuner_Table_Write(const unsigned char *tab);