島根短大 ライントレーサ制作チーム / Mbed 2 deprecated all_ad_conv_tamada

Dependencies:   mbed

Revision:
2:4231ea8cf2cc
Parent:
1:419e4a7b47d0
Child:
3:bf39a3089420
diff -r 419e4a7b47d0 -r 4231ea8cf2cc main.cpp
--- a/main.cpp	Mon Aug 05 10:04:30 2019 +0000
+++ b/main.cpp	Mon Aug 26 04:09:02 2019 +0000
@@ -27,4 +27,5 @@
        pc.printf("s1:%.2f s2:%.2f s3:%.2f s4:%.2f s5:%.2f s6:%.2f s7:%.2f s8:%.2f \r\n"
                 ,s1_data,s2_data,s3_data,s4_data,s5_data,s6_data,s7_data,s8_data);
     }
+    wait(10);
 }