AceUtils  0.5.0
Useful Arduino utilties which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.
AceUtilsCli.h
1 #ifndef ACE_UTILS_CLI_H
2 #define ACE_UTILS_CLI_H
3 
4 #include "cli/InputLine.h"
5 #include "cli/StreamLineReader.h"
6 #include "cli/CommandDispatcher.h"
7 #include "cli/CommandHandler.h"
8 #include "cli/CommandManager.h"
9 
10 #endif