-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reversed RGB led GPIO in the documentation for the wrover kit ? #2363
Comments
Hi @Navis-Raven, Thank you for noting this issue. I will correct it in documentation. |
excellent |
catalinio
pushed a commit
to catalinio/pycom-esp-idf
that referenced
this issue
Jun 28, 2019
catalinio
pushed a commit
to catalinio/pycom-esp-idf
that referenced
this issue
Jun 28, 2019
Included ESP-WROVER-KIT V4.1 in documenation: Added 'Get Started' guide and updated 'HW Reference'. Closes espressif/esp-idf#2363. Closes espressif/esp-idf#2365. See merge request idf/esp-idf!3161
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
git rev-parse --short HEAD
to get the commit id.)://bd6ea4393c7d2f059fc4decc70f1ec3eb3597268
Problem Description
It seems that the following table in the documentation have reversed led pins
https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#related-documents
In my wrover kit when I put LED_BUILTIN 4 it's the blue led which blinks. and when I put LED_BUILTIN 2
it's the green led which blinks. It seems that in the documentation the blue and green are reversed. I have another question, how to make the LED D7 blinks ?
Code:
The text was updated successfully, but these errors were encountered: