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: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
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 Tue Jul 12 2022 17:02:17 by
1.7.2

