Nol.A SDK Library
24.11.4
For IoT System Software Development
|
Public Member Functions | |
ConfigConsole (SerialPort &) | |
void | begin (uint8_t waitSec, void(*handlerOnDone)()) |
void | addItem (ConfigItem *) |
void | printConfiguration (bool trailingNewLine=true) |
void | printHelp (bool trailingNewLine=true) |
bool | allItemsAreValid () |
bool | isActive () |
Protected Member Functions | |
virtual void | onKeyboardInput () |
Protected Attributes | |
SerialPort & | serial |
char | keyBuf [256] |
Timer | inputTimeout |