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.
Revision 1:dd4e42c3e344, committed 2016-11-14
- Comitter:
- RichardHoekstra
- Date:
- Mon Nov 14 18:41:46 2016 +0000
- Parent:
- 0:01774fe61834
- Commit message:
- Zucht
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 01774fe61834 -r dd4e42c3e344 main.cpp --- a/main.cpp Tue Nov 08 18:48:18 2016 +0000 +++ b/main.cpp Mon Nov 14 18:41:46 2016 +0000 @@ -1,12 +1,13 @@ #include "mbed.h" -DigitalOut myled(LED1); + +/* TODO: + Uitlezen van de knop + Scherm aansturen +*/ int main() { while(1) { - myled = 1; // LED is ON - wait(0.2); // 200 ms - myled = 0; // LED is OFF - wait(1.0); // 1 sec + //Het is hier zo stil. } }