M2M im2ag M2PGI

Dependencies:   mbed X_NUCLEO_NFC01A1 NDefLib

Files at this revision

API Documentation at this revision

Comitter:
hellmak
Date:
Tue Mar 08 15:14:42 2016 +0000
Parent:
0:4d794bbc5de1
Child:
2:7183a6189b65
Commit message:
test maj publish;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Mar 08 15:02:46 2016 +0000
+++ b/main.cpp	Tue Mar 08 15:14:42 2016 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1; // LED is ON
-        wait(1.2); // 200 ms
+        wait(0.1); // 200 ms
         myled = 0; // LED is OFF
-        wait(1.0); // 1 sec
+        wait(0.1); // 1 sec
     }
 }