You've already forked TEF6686_ESP32
Transition to PlatformIO
This commit is contained in:
11
include/Tuner_Interface.h
Normal file
11
include/Tuner_Interface.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TUNER_INTERFACE_H
|
||||
#define TUNER_INTERFACE_H
|
||||
|
||||
void Tuner_I2C_Init();
|
||||
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(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user