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.
main.cpp@0:34a00b7e9cc0, 2015-11-25 (annotated)
- Committer:
- SwatiB
- Date:
- Wed Nov 25 12:54:43 2015 +0000
- Revision:
- 0:34a00b7e9cc0
library
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| SwatiB | 0:34a00b7e9cc0 | 1 | #include "mbed.h" | 
| SwatiB | 0:34a00b7e9cc0 | 2 | #include "Flasher.h" | 
| SwatiB | 0:34a00b7e9cc0 | 3 | |
| SwatiB | 0:34a00b7e9cc0 | 4 | Flasher led(LED2); | 
| SwatiB | 0:34a00b7e9cc0 | 5 | |
| SwatiB | 0:34a00b7e9cc0 | 6 | int main() { | 
| SwatiB | 0:34a00b7e9cc0 | 7 | led.flash(5); | 
| SwatiB | 0:34a00b7e9cc0 | 8 | led.flash(2); | 
| SwatiB | 0:34a00b7e9cc0 | 9 | } |