kopia lustrzana https://github.com/espressif/esp-idf
Corrected RGB LED pin assignment. Closes https://github.com/espressif/esp-idf/issues/2363.
rodzic
62389b6be6
commit
1d99531328
|
@ -306,9 +306,9 @@ RGB LED
|
|||
+===+===========+=========+
|
||||
| 1 | GPIO0 | Red |
|
||||
+---+-----------+---------+
|
||||
| 2 | GPIO2 | Blue |
|
||||
| 2 | GPIO2 | Green |
|
||||
+---+-----------+---------+
|
||||
| 3 | GPIO4 | Green |
|
||||
| 3 | GPIO4 | Blue |
|
||||
+---+-----------+---------+
|
||||
|
||||
|
||||
|
|
|
@ -302,9 +302,9 @@ RGB LED
|
|||
+===+===========+=========+
|
||||
| 1 | GPIO0 | Red |
|
||||
+---+-----------+---------+
|
||||
| 2 | GPIO2 | Blue |
|
||||
| 2 | GPIO2 | Green |
|
||||
+---+-----------+---------+
|
||||
| 3 | GPIO4 | Green |
|
||||
| 3 | GPIO4 | Blue |
|
||||
+---+-----------+---------+
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue