We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ddf0a commit 2d6ed5fCopy full SHA for 2d6ed5f
variants/BharatPi-Node-Wifi/pins_arduino.h
@@ -0,0 +1,26 @@
1
+#ifndef Pins_Arduino_h
2
+#define Pins_Arduino_h
3
+
4
+#include <stdint.h>
5
6
+static const uint8_t LED_BUILTIN = 2;
7
+#define BUILTIN_LED LED_BUILTIN // backward compatibility
8
+#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
9
10
+static const uint8_t SAFFRON_LED = 12;
11
+static const uint8_t WHITE_LED = 2;
12
+static const uint8_t GREEN_LED = 13;
13
14
+static const uint8_t A0 = 14;
15
+static const uint8_t A1 = 13;
16
+static const uint8_t A2 = 12;
17
+static const uint8_t A3 = 4;
18
+static const uint8_t A4 = 2;
19
+static const uint8_t A5 = 0;
20
21
+static const uint8_t TX = 1;
22
+static const uint8_t RX = 3;
23
24
+static const uint8_t TX2 = 17;
25
+static const uint8_t RX2 = 16;
26
+#endif /* Pins_Arduino_h */
0 commit comments