Skip to content

Commit febd068

Browse files
Seems I have to have SPI pins defined for SQUiXL, or compiling breaks
Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com>
1 parent 2cf35b3 commit febd068

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/um_squixl/pins_arduino.h

+7
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313
static const uint8_t SDA = 1;
1414
static const uint8_t SCL = 2;
1515

16+
static const uint8_t SS = 42;
17+
static const uint8_t MOSI = 46;
18+
static const uint8_t MISO = 41;
19+
static const uint8_t SDO = 46;
20+
static const uint8_t SDI = 41;
21+
static const uint8_t SCK = 45;
22+
1623
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)