We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed686c commit 2cf1739Copy full SHA for 2cf1739
examples/Leds/Leds.ino
@@ -1,7 +1,7 @@
1
void setup() {
2
// put your setup code here, to run once:
3
pinMode(LEDR, OUTPUT);
4
- ledblue_obj.start();
+ ledblue.start();
5
}
6
7
void loop() {
0 commit comments