Skip to content

Commit e2565f3

Browse files
committed
Create Loop3.ino
new example
1 parent ca2f0b7 commit e2565f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/MultiplePWM/Loop3.ino

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
// Task no.3
3+
4+
void loop3 () {
5+
analogWrite(led2, counter2);
6+
counter2++;
7+
delay(7);
8+
}

0 commit comments

Comments
 (0)