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.
Dependencies: mbed A3_1_Single_Timer
Diff: main.cpp
- Revision:
- 2:de9d94dc0454
- Parent:
- 1:76d11e984b8d
- Child:
- 3:d90d04dce9f2
diff -r 76d11e984b8d -r de9d94dc0454 main.cpp --- a/main.cpp Sun Oct 04 16:23:47 2020 +0000 +++ b/main.cpp Tue Oct 06 14:53:06 2020 +0000 @@ -1,6 +1,4 @@ -//Base code for modification for Assignment 3.2 -//Blinks LED2 every 200ms using a single Ticker object. -//Created: S. Licht, 10/04/2020 + #include "mbed.h" Ticker tickerLED2; //creat ticker object DigitalOut LEDOut2(LED2);