This commit is contained in:
e2002
2023-06-07 14:48:39 +03:00
parent caa5cb78c7
commit b2a4eb8707
7 changed files with 36 additions and 7 deletions

View File

@@ -77,7 +77,16 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
/* SD VSPI PINS. SD SCK must be connected to pin 18
SD MISO must be connected to pin 19
SD MOSI must be connected to pin 23 */
//#define SDC_CS 255 /* SDCARD CS pin */
/* SD HSPI PINS. SD SCK must be connected to pin 14
SD MISO must be connected to pin 12
SD MOSI must be connected to pin 13 */
//#define SDC_CS 255 /* SDCARD CS pin */
//#define SD_HSPI false /* use HSPI for SD (miso=12, mosi=13, clk=14) instead of VSPI (by default) */
/* RTC */
//#define RTC_MODULE RTC_MODULE_UNDEFINED /* one of DS3231, DS1307, RTC_MODULE_UNDEFINED(default) */
//#define RTC_SDA 255 /* RTC_SDA */
//#define RTC_SCL 255 /* RTC_SCL */
/* ENCODER2 */
//#define ENC2_BTNL 255 /* Left rotation */