many many small changes

switched to the new logging here and there
some cleanups
worked  on i2S
base class for files
id3 parsing
This commit is contained in:
2021-02-28 20:44:01 +01:00
parent df77490622
commit 422610c21c
18 changed files with 307 additions and 197 deletions

View File

@@ -4,7 +4,7 @@
#include "../Platforms.h"
#if ESP8266
#if IS_ESP8266
#include "fastGPIO.h"
@@ -94,7 +94,7 @@
};
#elif ESP32
#elif IS_ESP32
#include "driver/gpio.h"
@@ -178,7 +178,7 @@
};
#elif TEENSY
#elif IS_TEENSY
struct MyGPIO {