Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 1:60db0821e5bc
- Parent:
- 0:5597320f2dba
- Child:
- 2:1692cf4dda7f
--- a/main.cpp Sun Oct 04 15:50:17 2020 +0000 +++ b/main.cpp Tue Oct 06 14:35:03 2020 +0000 @@ -1,6 +1,6 @@ -//Base code for modification for Assignment 2.1 + //Blinks LED2 every 200ms using a single Timer object. -//Created: S. Licht, 10/04/2020 + #include "mbed.h"