Change Nano32 SS to 5 (#41)

This commit is contained in:
Hendrik Linka 2016-11-11 18:05:58 +01:00 committed by Me No Dev
parent 6cc5a9f05b
commit bb9ea85ae2

View File

@ -14,9 +14,9 @@
static const uint8_t SDA = 21;
static const uint8_t SCL = 22;
static const uint8_t SS = 2;
static const uint8_t SS = 5;
static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;
#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */