Corrected RGB LED pin assignment. Closes https://github.com/espressif/esp-idf/issues/2363.

This commit is contained in:
krzychb 2018-09-04 23:20:08 +02:00
parent 62389b6be6
commit 1d99531328
2 changed files with 4 additions and 4 deletions

View file

@ -306,9 +306,9 @@ RGB LED
+===+===========+=========+
| 1 | GPIO0 | Red |
+---+-----------+---------+
| 2 | GPIO2 | Blue |
| 2 | GPIO2 | Green |
+---+-----------+---------+
| 3 | GPIO4 | Green |
| 3 | GPIO4 | Blue |
+---+-----------+---------+

View file

@ -302,9 +302,9 @@ RGB LED
+===+===========+=========+
| 1 | GPIO0 | Red |
+---+-----------+---------+
| 2 | GPIO2 | Blue |
| 2 | GPIO2 | Green |
+---+-----------+---------+
| 3 | GPIO4 | Green |
| 3 | GPIO4 | Blue |
+---+-----------+---------+