This repository was archived by the owner on Mar 22, 2024. It is now read-only.
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* *
2
2
* SerialCommand - A Wiring/Arduino library to tokenize and parse commands
3
3
* received over a serial port.
4
- *
4
+ *
5
5
* Copyright (C) 2012 Stefan Rado
6
6
* Copyright (C) 2011 Steven Cogswell <[email protected] >
7
7
* http://husks.wordpress.com
8
- *
8
+ *
9
9
* Version 20120522
10
- *
10
+ *
11
11
* This library is free software: you can redistribute it and/or modify
12
12
* it under the terms of the GNU Lesser General Public License as published by
13
13
* the Free Software Foundation, either version 3 of the License, or
14
14
* (at your option) any later version.
15
- *
15
+ *
16
16
* This library is distributed in the hope that it will be useful,
17
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
19
* GNU Lesser General Public License for more details.
20
- *
20
+ *
21
21
* You should have received a copy of the GNU General Public License
22
22
* along with this library. If not, see <http://www.gnu.org/licenses/>.
23
23
*/
41
41
// Uncomment the next line to run the library in debug mode (verbose messages)
42
42
// #define SERIALCOMMAND_DEBUG
43
43
44
+ // Comment out the next line to disable echo of received characters
45
+ #define SERIALCOMMAND_ECHO
44
46
45
47
class SerialCommand {
46
48
public:
You can’t perform that action at this time.
0 commit comments