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 8462393 commit 18be926Copy full SHA for 18be926
variants/lilygo_techo/variant.h
@@ -58,6 +58,19 @@
58
#define PIN_SPI_SCK (19)
59
#define PIN_SPI_NSS (24)
60
61
+////////////////////////////////////////////////////////////////////////////////
62
+// QSPI FLASH
63
+
64
+#define PIN_QSPI_SCK (46)
65
+#define PIN_QSPI_CS (47)
66
+#define PIN_QSPI_IO0 (44)
67
+#define PIN_QSPI_IO1 (45)
68
+#define PIN_QSPI_IO2 (7)
69
+#define PIN_QSPI_IO3 (5)
70
71
+#define EXTERNAL_FLASH_DEVICES ZD25WQ16BUIGR
72
+#define EXTERNAL_FLASH_USE_QSPI
73
74
////////////////////////////////////////////////////////////////////////////////
75
// Builtin LEDs
76
0 commit comments