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: DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-dev-mbed5-deprecated
Fork of MTDOT-BOX-EVB-Factory-Firmware by
CmdSendContinuous.cpp
00001 #include "CmdSendContinuous.h" 00002 00003 CmdSendContinuous::CmdSendContinuous(mDot* dot) 00004 : Command(dot, "Send Continuous", "AT+SENDC", "Send un-modulated data continuously") { 00005 } 00006 00007 uint32_t CmdSendContinuous::action(std::vector<std::string> args) { 00008 00009 _dot->sendContinuous(true); 00010 00011 return 0; 00012 } 00013
Generated on Wed Jul 13 2022 01:58:37 by
1.7.2
