fukuda keito / Mbed 2 deprecated serial

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
keitomck
Date:
Sat Apr 16 13:58:59 2022 +0000
Parent:
0:e035b4cdef0e
Commit message:
add coment;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 08 18:12:07 2022 +0000
+++ b/main.cpp	Sat Apr 16 13:58:59 2022 +0000
@@ -3,9 +3,12 @@
 
 int main()
 {
+    //カウント初期化
     int i=0;
     while(1) {
+        //出力
         printf("Count:%d\n", i);
+        //加算
         i++;
         
         led = !led;