You've already forked TEF6686_ESP32
way better start sequence, faster too
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
void Tuner_I2C_Init();
|
||||
#ifndef DEEPELEC_DP_66X
|
||||
#define FORBIDDEN_TUNER(x) ((x) != 102 && (x) != 205)
|
||||
#else
|
||||
#define FORBIDDEN_TUNER(x) ((x) != 102)
|
||||
#endif
|
||||
|
||||
void Tuner_Patch(byte TEF);
|
||||
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);
|
||||
void Tuner_Reset();
|
||||
Reference in New Issue
Block a user