John Doe
/
demo_program
My blinking LEDs
Fork of demo_program by
Diff: main.cpp
- Revision:
- 7:9b6915e1191c
- Parent:
- 6:9f428344c4ee
- Child:
- 8:810b0bafbd65
--- a/main.cpp Thu Jun 07 14:45:49 2012 +0000 +++ b/main.cpp Tue Jun 26 16:20:02 2012 +0000 @@ -14,5 +14,6 @@ newled = 0; newerled = 0; wait(0.5); + //test } }