Skip to content

Commit c978d37

Browse files
authored
Update README.md
1 parent 31ee961 commit c978d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Imagine your main program receiving "M1,P,2000;" command through Serial. The mai
3030

3131
Please refer, and read through, the [Demo example](examples/Demo/Demo.ino) for practical usage of this library.
3232

33-
All the above steps can be encapsulated by registering relay callback function. When triggered by the associated command, the command handler with call the relay command, passing in argument the remaining of the command. This behavior is illustrated in the [Arduino-CommandAccelStepper](https://github.com/croningp/Arduino-CommandAccelStepper) library.
33+
All the above steps can be encapsulated by registering relay callback function. When triggered by the associated command, the command handler with call the relay command, passing in argument the remaining of the command.
3434

35-
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.
35+
This behavior is illustrated in the [Arduino-CommandTools](https://github.com/croningp/Arduino-CommandTools) libraries, a set of modular librairies build on top of this message parsing library.
3636

3737
## Getting started
3838

0 commit comments

Comments
 (0)