Selvakumar Samuel / Mbed 2 deprecated IoTEx1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
selvakumararm
Date:
Mon May 31 07:52:39 2021 +0000
Parent:
0:07deac855ed7
Commit message:
It is for your practise

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Sep 28 03:35:49 2020 +0000
+++ b/main.cpp	Mon May 31 07:52:39 2021 +0000
@@ -3,8 +3,8 @@
 int main(){
 while(1){
 myled = 1;
-wait(1000);
+wait(1);
 myled = 0;
-wait(1000);
+wait(1);
 }
 }