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.
Dependencies: MTS-Serial libxDot-mbed5
Diff: CommandTerminal/Commands.h
- Revision:
- 4:666017851052
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
diff -r 1ee9417f6707 -r 666017851052 CommandTerminal/Commands.h --- a/CommandTerminal/Commands.h Tue Aug 18 15:58:59 2015 +0000 +++ b/CommandTerminal/Commands.h Tue Aug 18 11:21:43 2015 -0500 @@ -11,6 +11,7 @@ #include "CmdSaveConfig.h" #include "CmdDisplayConfig.h" #include "CmdDisplayStats.h" +#include "CmdResetStats.h" #include "CmdSerialBaudRate.h" #include "CmdDebugBaudRate.h" @@ -25,6 +26,7 @@ #include "CmdNetworkKey.h" #include "CmdNetworkId.h" #include "CmdJoinRequest.h" +#include "CmdJoinByteOrder.h" #include "CmdJoinRetries.h" #include "CmdNetworkJoinMode.h" #include "CmdNetworkJoinStatus.h" @@ -61,15 +63,19 @@ #include "CmdSendStringOnInterval.h" #include "CmdReceiveOnce.h" #include "CmdReceiveContinuous.h" +#include "CmdPing.h" // Serial Data Mode built into command terminal -#include "CmdSerialWakeInterval.h" -#include "CmdSerialWakeDelay.h" -#include "CmdSerialReceiveTimeout.h" -#include "CmdPing.h" +// Sleep built into command terminal +#include "CmdWakeInterval.h" +#include "CmdWakePin.h" +#include "CmdWakeMode.h" +#include "CmdWakeDelay.h" +#include "CmdWakeTimeout.h" #include "CmdLogLevel.h" // Radio debug commands #include "CmdTxFrequency.h" +#include "CmdSendContinuous.h"