Richard Hoekstra / Mbed 2 deprecated TLS2-Interfacecontroller

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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.
     }
 }