Unverified Commit a299c1e1 authored by Henry Gabryjelski's avatar Henry Gabryjelski Committed by GitHub

Fix #355 - Wrong SPI pins defined

Fix #355
parent acd234f3
...@@ -82,8 +82,8 @@ static const uint8_t AREF = PIN_AREF; ...@@ -82,8 +82,8 @@ static const uint8_t AREF = PIN_AREF;
#define SPI_INTERFACES_COUNT 1 #define SPI_INTERFACES_COUNT 1
#define PIN_SPI_MISO (4) #define PIN_SPI_MISO (4)
#define PIN_SPI_MOSI (3) #define PIN_SPI_MOSI (5)
#define PIN_SPI_SCK (5) #define PIN_SPI_SCK (6)
#define PIN_SPI_SS (3) #define PIN_SPI_SS (3)
static const uint8_t SS = PIN_SPI_SS ; static const uint8_t SS = PIN_SPI_SS ;
......
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