Skip to content

Commit 6493dbe

Browse files
authored
Update README.md
1 parent f6f98ef commit 6493dbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## CommandHandler
1+
# CommandHandler
22

33
A Wiring/Arduino library to tokenize, parse and relay commands received either by the serial port, as a string, or char by char.
44

@@ -20,7 +20,7 @@ The library can:
2020
- Forging of string packet with multiple arguments of different primary type
2121

2222

23-
#### Features and main difference with [SerialCommand](https://github.com/kroimon/Arduino-SerialCommand) and [CmdMessenger](https://github.com/thijse/Arduino-CmdMessenger)
23+
### Features and main difference with [SerialCommand](https://github.com/kroimon/Arduino-SerialCommand) and [CmdMessenger](https://github.com/thijse/Arduino-CmdMessenger)
2424

2525
Unlike [CmdMessenger](https://github.com/thijse/Arduino-CmdMessenger), the command identifier can be any string, which make your code more readable
2626

@@ -34,22 +34,22 @@ All the above steps can be encapsulated by registering relay callback function.
3434

3535
We are trying to implement Command[Name] devices. We also implemented a [CommandManager](https://github.com/croningp/Arduino-CommandManager) that standardize and ease the use and setting up of Command[Name] devices.
3636

37-
### Getting started
37+
## Getting started
3838

3939
Download or clone this repository, rename the folder as CommandHandler and move it to your Arduino libraries folder. You need to restart the Arduino IDE for the library to be loaded and recognized by Arduino.
4040

4141
Please refer to https://www.arduino.cc/en/Guide/Libraries#toc5 for manual installation of libraries.
4242

43-
### Inspiration
43+
## Inspiration
4444

4545
This is derived from the SerialCommand library whose original version was written by [Steven Cogswell](http://husks.wordpress.com) (published May 23, 2011 in his blog post ["A Minimal Arduino Library for Processing Serial Commands"](http://husks.wordpress.com/2011/05/23/a-minimal-arduino-library-for-processing-serial-commands/)). It is based on the [SerialCommand heavily modified version with smaller footprint and a cleaned up code by Stefan Rado](https://github.com/kroimon/Arduino-SerialCommand).
4646

4747
Some features are also extracted from [CmdMessenger](https://github.com/thijse/Arduino-CmdMessenger), such as the function returning next arg already casted in types, e.g. readInt16Arg
4848

49-
### Author
49+
## Author
5050

5151
[Jonathan Grizou](http://jgrizou.com/) while working in the [CroninGroup](http://www.chem.gla.ac.uk/cronin/).
5252

53-
### License
53+
## License
5454

5555
[![GPL V3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl.html)

0 commit comments

Comments
 (0)