program to blink two leds along with value of N
Fork of blink_LED by
Revision 1:7a062c1b79dd, committed 2016-11-11
- 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