We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2f0b7 commit e2565f3Copy full SHA for e2565f3
examples/MultiplePWM/Loop3.ino
@@ -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