|
Lamp-Da 0.1
A compact lantern project
|
read external inputs (may take some time) More...
#include <text_in.h>
Public Types | |
| using | Command = std::array< char, maxCommandSize > |
Public Member Functions | |
| void | reset () |
Public Attributes | |
| std::array< Command, maxCommands > | commandList |
| uint8_t | commandCount = 0 |
Static Public Attributes | |
| static constexpr size_t | maxCommandSize = 63 |
| static constexpr uint8_t | maxCommands = 2 |
read external inputs (may take some time)