sd_pins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user