Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tguyenn committed Sep 29, 2024
1 parent 1745e9d commit d77d6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Note: While it is good coding practice to leave comments in your code to make it
#include "sdkconfig.h"
#include <Arduino.h>

#define LED_BUILTIN 2; // defines the word "LED_BUILTIN" as the number 2 for ease of use/readability when using the pin later
#define LED_BUILTIN 2 // defines the word "LED_BUILTIN" as the number 2 for ease of use/readability when using the pin later

void setup() {
pinMode(LED_BUILTIN, OUTPUT); // configures pin 2 to be a GPIO output pin
Expand Down

0 comments on commit d77d6d7

Please sign in to comment.