program to blink two leds along with value of N

Files at this revision

API Documentation at this revision

Comitter:
2bv14ei014
Date:
Fri Nov 11 06:41:04 2016 +0000
Parent:
0:d1d2410ad028
Commit message:
BLINK LEDS

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Nov 11 06:35:49 2016 +0000
+++ b/main.cpp	Fri Nov 11 06:41:04 2016 +0000
@@ -6,5 +6,5 @@
  
 int main() {
     led1.Blink(5);
-    led2.Blink((2);
+    led2.Blink(2);
 }
\ No newline at end of file