差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 | |||
developmentboard:esp32-c3mini [2023/09/02 08:50] – admin12 | developmentboard:esp32-c3mini [2023/09/02 08:52] (当前版本) – admin12 | ||
---|---|---|---|
行 87: | 行 87: | ||
{{https:// | {{https:// | ||
- | 导航到Tools > Board > Boards Manager… | + | Navigate to Tools > Board > Boards Manager…, enter the keyword "esp32" in the search box, select the latest version of esp32 and install it. |
{{https:// | {{https:// | ||
- | 导航到工具 | + | Navigate to Tools > Development Boards |
{{https:// | {{https:// | ||
- | 导航到“工具”>“端口”,然后选择所连接的 | + | Navigate to Tools > Ports and select the serial port name of the connected |
- | ==== # 闪烁的LED ==== | + | ==== flashing |
- | 步骤1.将以下代码复制到Arduino IDE | + | Step 1. Copy the following code to Arduino IDE |
< | < | ||
行 121: | 行 121: | ||
</ | </ | ||
- | 上传后,您将看到板子上的LED 闪烁,每次闪烁之间有 | + | Once uploaded, you will see the LED on the board blink with a 1 second delay between each blink. |
- | ===== # Micropython ===== | + | ===== Micropython ===== |