We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dc5b4 commit c44596fCopy full SHA for c44596f
variants/waveshare_esp32_s3_touch_amoled_241/pins_arduino.h
@@ -41,7 +41,6 @@
41
#define QMI8658_ADDRESS 0x6b
42
#define QMI8658_INT1 -1
43
44
-
45
// Partial voltage measurement method
46
#define BAT_ADC 17
47
@@ -54,8 +53,8 @@ static const uint8_t TX = 43;
54
53
static const uint8_t RX = 44;
55
56
//esp32s3-PSFlash SPI1/SPI0
57
-static const uint8_t SS = 34; // FSPICS0
58
-static const uint8_t MOSI = 35; // FSPID
59
-static const uint8_t MISO = 37; // FSPIQ
60
-static const uint8_t SCK = 36; // FSPICLK
61
-#endif /* Pins_Arduino_h */
+static const uint8_t SS = 34; // FSPICS0
+static const uint8_t MOSI = 35; // FSPID
+static const uint8_t MISO = 37; // FSPIQ
+static const uint8_t SCK = 36; // FSPICLK
+#endif /* Pins_Arduino_h */
0 commit comments