Skip to content

Commit

Permalink
Update XIAO_ESP32C3_Getting_Started.md
Browse files Browse the repository at this point in the history
Slight change to the wording and added the LED_BUILTIN definition. 
Not everybody is following the diagram.
  • Loading branch information
roachmd authored Aug 5, 2024
1 parent 91f2b24 commit 364bf30
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 364bf30

Please sign in to comment.