Skip to content

Commit be38aa8

Browse files
committed
fix(board): added I2C and SS pins to alfredo nou3
1 parent 77dd6bf commit be38aa8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: variants/alfredo-nou3/pins_arduino.h

+13
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,17 @@
1111
#define LED_BUILTIN 45
1212
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1313

14+
//static const uint8_t TX = 39;
15+
//static const uint8_t RX = 40;
16+
//#define TX1 TX
17+
//#define RX1 RX
18+
19+
static const uint8_t SDA = 33;
20+
static const uint8_t SCL = 34;
21+
22+
static const uint8_t SS = 41;
23+
//static const uint8_t MOSI = 42;
24+
//static const uint8_t SCK = 10;
25+
//static const uint8_t MISO = 11;
26+
1427
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)