Added I2S input switch for future purpose

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-07 21:25:42 +01:00
parent 73ede86571
commit ccb3964aee
6 changed files with 19 additions and 4 deletions

View File

@@ -1569,6 +1569,10 @@ void TEF6686::tone(uint16_t time, int16_t amplitude, uint16_t frequency) {
devTEF_Radio_Set_Wavegen(0, 0, 0);
}
void TEF6686::I2Sin(bool mode) {
devTEF_Radio_Set_I2S_Input(mode);
}
String TEF6686::convertToUTF8(const wchar_t* input) {
String output;
while (*input) {