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
main.cpp@1:fd9390d59320, 2017-05-23 (annotated)
- Committer:
- qdanilc
- Date:
- Tue May 23 11:37:23 2017 +0000
- Revision:
- 1:fd9390d59320
- Parent:
- 0:57f2c1b3b06f
First upload
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| qdanilc | 0:57f2c1b3b06f | 1 | #include "mbed.h" |
| qdanilc | 1:fd9390d59320 | 2 | #include "clock.h" |
| qdanilc | 1:fd9390d59320 | 3 | DigitalOut myled(LED1); |
| qdanilc | 0:57f2c1b3b06f | 4 | |
| qdanilc | 0:57f2c1b3b06f | 5 | // This does not do much |
| qdanilc | 0:57f2c1b3b06f | 6 | int main() { |
| qdanilc | 1:fd9390d59320 | 7 | runClock(); |
| qdanilc | 0:57f2c1b3b06f | 8 | } |