We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dd6bf commit be38aa8Copy full SHA for be38aa8
variants/alfredo-nou3/pins_arduino.h
@@ -11,4 +11,17 @@
11
#define LED_BUILTIN 45
12
#define BUILTIN_LED LED_BUILTIN // backward compatibility
13
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
27
#endif /* Pins_Arduino_h */
0 commit comments