123

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
a2824256
Date:
Mon Oct 09 07:50:35 2017 +0000
Parent:
0:b3b9ee2613e5
Commit message:
123

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r b3b9ee2613e5 -r 361a6fe46f88 main.cpp
--- a/main.cpp	Mon Oct 09 07:49:50 2017 +0000
+++ b/main.cpp	Mon Oct 09 07:50:35 2017 +0000
@@ -3,7 +3,7 @@
 Serial pc(USBTX, USBRX);
 int rn;
 int main() {
-    
+    //
     while(1) {
         rn = (rand()%11)+35;
         pc.printf("%d\n",rn);