UART Package Test

Dependencies:   mbed UsaPack

Files at this revision

API Documentation at this revision

Comitter:
cocorlow
Date:
Mon Apr 26 11:59:06 2021 +0000
Parent:
1:d1a5632ebaeb
Commit message:
do not send constantly

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d1a5632ebaeb -r 97b1072f75bc main.cpp
--- a/main.cpp	Mon Apr 26 11:33:44 2021 +0000
+++ b/main.cpp	Mon Apr 26 11:59:06 2021 +0000
@@ -24,6 +24,7 @@
             }
             d = i;
             master.Send(123, &p);
+            wait(0.5);
             master.Send(456, &d);
             wait(1.0);
         }