diff options
| author | gamerdonkey | 2024-10-07 22:10:33 -0500 |
|---|---|---|
| committer | gamerdonkey | 2024-10-07 22:10:33 -0500 |
| commit | ae197731402d2b0fa853a77def3f4dc740d278a5 (patch) | |
| tree | c64993dc7cb29549b7cf21bd02d372f15b06aee4 | |
| parent | 60fd310ae5595a7ca2cae67a7bb65392616d2c11 (diff) | |
| download | esp32-inova-led-controller-ae197731402d2b0fa853a77def3f4dc740d278a5.tar.gz esp32-inova-led-controller-ae197731402d2b0fa853a77def3f4dc740d278a5.tar.bz2 esp32-inova-led-controller-ae197731402d2b0fa853a77def3f4dc740d278a5.zip | |
Changing a data pin because of another conflict.
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 0c57710..7a1a082 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -18,7 +18,7 @@ #define PIN_NUM_G0 11 // MOSI #define PIN_NUM_R1 14 // QUADWP #define PIN_NUM_G1 9 // QUADHD -#define PIN_NUM_R2 33 // data4 +#define PIN_NUM_R2 36 // data4 #define PIN_NUM_G2 35 // data5 #define PIN_NUM_RD 37 // data6 #define PIN_NUM_GD 38 // data7 |
