few changes for RTS/CTS control
Dependencies: MTS-Serial libmDot mbed-rtos mbed
Fork of mDot_AT_firmware by
Diff: CommandTerminal/Commands.h
- Revision:
- 4:666017851052
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
--- 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"