Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 10:222cb2a21c72
- Parent:
- 9:707209a8a929
- Child:
- 11:37fbb78f0770
--- a/main.cpp	Mon Nov 30 10:04:32 2020 +0000
+++ b/main.cpp	Thu Dec 03 13:48:01 2020 +0000
@@ -189,7 +189,7 @@
 /* 接続確認受信時 */
 void receive_checkconnection(){
     wdt_update();
-    ser.printf("PM : %02d, BV : %04.2f\n", kModuleID, read_battery_voltage());
+    ser.printf("PM : %02d, BV : %04.2f\n", kModuleID, read_battery_voltage());                        // ここにPMからCMへのメッセージがあります!!!
 }