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.
Fork of mDot_AT_firmware by
CmdRxDelay.h
00001 /* 00002 * CmdRxDelay.h 00003 * 00004 * Created on: Nov 4, 2015 00005 * Author: jreiss 00006 */ 00007 00008 #ifndef CMDRXDELAY_H_ 00009 #define CMDRXDELAY_H_ 00010 00011 #include "Command.h" 00012 00013 class CmdRxDelay : public Command { 00014 public: 00015 CmdRxDelay(); 00016 virtual ~CmdRxDelay(); 00017 00018 virtual uint32_t action(const std::vector<std::string>& args); 00019 virtual bool verify(const std::vector<std::string>& args); 00020 00021 private: 00022 00023 }; 00024 00025 #endif /* CMDRXDELAY_H_ */
Generated on Wed Jan 15 2025 16:10:47 by
1.7.2


