This repository was archived by the owner on Mar 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* *
22 * SerialCommand - A Wiring/Arduino library to tokenize and parse commands
33 * received over a serial port.
4- *
4+ *
55 * Copyright (C) 2012 Stefan Rado
66 * Copyright (C) 2011 Steven Cogswell <steven.cogswell@gmail.com>
77 * http://husks.wordpress.com
8- *
8+ *
99 * Version 20120522
10- *
10+ *
1111 * This library is free software: you can redistribute it and/or modify
1212 * it under the terms of the GNU Lesser General Public License as published by
1313 * the Free Software Foundation, either version 3 of the License, or
1414 * (at your option) any later version.
15- *
15+ *
1616 * This library is distributed in the hope that it will be useful,
1717 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1818 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919 * GNU Lesser General Public License for more details.
20- *
20+ *
2121 * You should have received a copy of the GNU General Public License
2222 * along with this library. If not, see <http://www.gnu.org/licenses/>.
2323 */
4141// Uncomment the next line to run the library in debug mode (verbose messages)
4242// #define SERIALCOMMAND_DEBUG
4343
44+ // Comment out the next line to disable echo of received characters
45+ #define SERIALCOMMAND_ECHO
4446
4547class SerialCommand {
4648 public:
You can’t perform that action at this time.
0 commit comments