File tree Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 2525// UART
2626extern UART Serial1 ;
2727
28+ // temporary patch to support Arduino SD library
29+ #define SS 0
30+ #define MOSI SPI_SDO
31+ #define MISO SPI_SDI
32+ #define SCK SPI_CLK
33+
2834#endif // _VARIANT_H_
Original file line number Diff line number Diff line change 2525// UART
2626extern UART Serial1 ;
2727
28+ // temporary patch to support Arduino SD library
29+ #define SS 0
30+ #define MOSI SPI_SDO
31+ #define MISO SPI_SDI
32+ #define SCK SPI_CLK
33+
2834#endif // _VARIANT_H_
Original file line number Diff line number Diff line change 3030#define VARIANT_Wire_SDA I2C_SDA
3131#define VARIANT_Wire_SCL I2C_SCL
3232
33+ // temporary patch to support Arduino SD library
34+ #define SS 0
35+ #define MOSI SPI_SDO
36+ #define MISO SPI_SDI
37+ #define SCK SPI_CLK
38+
3339#endif // _VARIANT_H_
Original file line number Diff line number Diff line change 2929#define VARIANT_Wire1_SDA I2C1_SDA
3030#define VARIANT_Wire1_SCL I2C1_SCL
3131
32+ // temporary patch to support Arduino SD library
33+ #define SS SPI_CS
34+ #define MOSI SPI_SDO
35+ #define MISO SPI_SDI
36+ #define SCK SPI_CLK
37+
3238#endif // _VARIANT_H_
Original file line number Diff line number Diff line change 2828// UART
2929extern UART Serial1 ;
3030
31+ // temporary patch to support Arduino SD library
32+ #define SS 0
33+ #define MOSI SPI_SDO
34+ #define MISO SPI_SDI
35+ #define SCK SPI_CLK
36+
3137#endif // _VARIANT_H_
Original file line number Diff line number Diff line change 2525// UART
2626extern UART Serial1 ;
2727
28+ // temporary patch to support Arduino SD library
29+ #define SS 0
30+ #define MOSI SPI_SDO
31+ #define MISO SPI_SDI
32+ #define SCK SPI_CLK
33+
2834#endif // _VARIANT_H_
You can’t perform that action at this time.
0 commit comments