Skip to content

Commit 71f49ff

Browse files
committed
Add simple README for Cli
1 parent 1aa6a1b commit 71f49ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libraries/Cli/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
A command line interface library for Arduino / AVR.
2+
3+
Allows interfacing with your projects via any interface that
4+
supports the Serial type.
5+
6+
Help is provided with '?' and the commands and arguments are parsed
7+
and presented to the program.
8+

0 commit comments

Comments
 (0)