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:
- 9:707209a8a929
- Parent:
- 8:93207ec694bd
- Child:
- 10:222cb2a21c72
--- a/main.cpp Sat Nov 28 09:57:45 2020 +0000 +++ b/main.cpp Mon Nov 30 10:04:32 2020 +0000 @@ -2,7 +2,7 @@ #include "IWCMD.h" /* 設定 */ -#define kModuleID 1 // パワーモジュールのID( 1 or 2 ) +#define kModuleID 2 // パワーモジュールのID( 1 or 2 ) const double WDT_PERIOD = 4.0; // WatchDogTimerの周期[sec.] 最後の接続確認からWDT_PERIOD以上2*WDT_PERIOD未満の時間でWDT発動. //#define USB_DEBUG // USBデバッグをオン(Xbeeはオフ) #define SIMPLE_LOG // Xbeeで送信できる情報量に制限