This commit is contained in:
e2002
2022-12-13 15:44:00 +03:00
parent 616fc1be01
commit 6c9b2651e3
6 changed files with 128 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.8.173"
#define YOVERSION "0.9.000"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -114,6 +114,14 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define I2S_LRC 25 // WSEL Left Right Clock
#endif
/* SDCARD */
#ifndef SDC_SPI
#define SDC_SPI 18, 19, 23 // SDCARD SPI pins (SCK, MISO, MOSI)
#endif
#ifndef SDC_CS
#define SDC_CS 255 // SDCARD CS pin
#endif
/* ENCODER */
#ifndef ENC_BTNL
#define ENC_BTNL 255