8000
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 3a8ac27 commit 18d260eCopy full SHA for 18d260e
variants/d32_pro/pins_arduino.h
@@ -9,11 +9,11 @@ static const uint8_t LED_BUILTIN = 5;
9
static const uint8_t _VBAT = 35; // battery voltage
10
11
12
-static const uint8_t TF_CS = 4; // TF (Micro SD Card) CS pin
13
-static const uint8_t TS_CS = 12; // Touch Screen CS pin
14
-static const uint8_t TFT_CS = 14; // TFT CS pin
15
-static const uint8_t TFT_LED = 32; // TFT backlight control pin
16
-static const uint8_t TFT_RST = 33; // TFT reset pin
17
-static const uint8_t TFT_DC = 27; // TFT DC pin
+#define TF_CS 4 // TF (Micro SD Card) CS pin
+#define TS_CS 12 // Touch Screen CS pin
+#define TFT_CS 14 // TFT CS pin
+#define TFT_LED 32 // TFT backlight control pin
+#define TFT_RST 33 // TFT reset pin
+#define TFT_DC 27 // TFT DC pin
18
19
#endif /* Pins_Arduino_h */
0 commit comments