This example shows how to use ESP32 DevKitC V4 to control RGB LED.
本範例說明如何使用ESP32 DevKitC V4來控制RGB LED。
Define Pin.OUT and use Pin.on()/off() function to turn on/off LED in main.py.
在main.py中定義Pin.OUT (Pin腳),使用Pin.on()/off()函數去開關LED。
- 韌體 Firmware: Micropython
- 硬體 Hardware: ESP32 DevKitC V4
- 開發環境 IDE: Thonny
- 程式語言 Language: PythonMicropythonESP32
This example shows how to use ESP32 DevKitC V4 to control RGB LED.
本範例說明如何使用ESP32 DevKitC V4來控制RGB LED。
Define Pin.OUT and use Pin.on()/off() function to turn on/off LED in main.py.