Skip to content

Commit 2cf1739

Browse files
cmagliefacchinm
authored andcommitted
fixed leds example
1 parent aed686c commit 2cf1739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Leds/Leds.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void setup() {
22
// put your setup code here, to run once:
33
pinMode(LEDR, OUTPUT);
4-
ledblue_obj.start();
4+
ledblue.start();
55
}
66

77
void loop() {

0 commit comments

Comments
 (0)