-
Notifications
You must be signed in to change notification settings - Fork 172
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
Question about all_device_types_app example (CON-1510) #1241
Comments
Hi @tien1608 , And there is no light driver in this example, if you want to control a actual light, you can refer to the light example. It can be set through this option: CONFIG_BSP_LED_RGB_GPIO, and the default light GPIO is the devkit's light GPIO, for esp32c3, it is GPIO8. If you want to add the light driver in the all_device_types_app example, you can refer to the fan driver logic in the all_device_types_app/main/app_driver.cpp. |
@Jerry-ESP Thank you, what motor or fan and driver can I use to illustrate this example? |
I am trying all_device_types_app example. When I want to choose a light or fan device, how do I know which GPIO to connect the LED or fan to?
The text was updated successfully, but these errors were encountered: