Add files via upload

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-01 16:12:24 +02:00
committed by GitHub
parent 715216923d
commit ed302d83ec
14 changed files with 4826 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
void Tuner_I2C_Init();
void Tuner_Patch(byte TEF);
bool Tuner_Init();
bool Tuner_Init4000();
bool Tuner_Init9216();
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);