Skip to content

Commit

Permalink
Merge pull request #1489 from roachmd/patch-1
Browse files Browse the repository at this point in the history
Update XIAO_ESP32C3_Getting_Started.md
  • Loading branch information
Love4yzp authored Aug 5, 2024
2 parents fff2616 + 950c824 commit 17a4893
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ Navigate to **Tools > Port** and select the serial port name of the connected XI
- **Step 1.** Copy the below code to Arduino IDE

```cpp
// define led according to pin diagram
// define led according to pin diagram in article
int led = D10;
// Blink the onboard charge led
// int led = LED_BUILTIN;

void setup() {
// initialize digital pin led as an output
Expand Down

0 comments on commit 17a4893

Please sign in to comment.