Commit c63d746a authored by timkoers's avatar timkoers Committed by Me No Dev

Added SPI bus pins (#1454)

Added SPI bus pins and tested them as well
parent 83810fa1
......@@ -20,6 +20,11 @@ static const uint8_t KEY_BUILTIN = 34;
static const uint8_t SCL = 16; // This is pin 11
static const uint8_t SDA = 17; // This is pin 12
static const uint8_t SS = 5;
static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;
static const uint8_t TX = 1;
static const uint8_t RX = 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment