Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 11c2f01

Browse files
committed
Update SerialCommand.h
1 parent 61dd316 commit 11c2f01

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

SerialCommand.h

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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 <[email protected]>
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
*/
@@ -41,6 +41,8 @@
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

4547
class SerialCommand {
4648
public:

0 commit comments

Comments
 (0)