Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
command_line_interface.h
Go to the documentation of this file.
1
4#ifndef COMMAND_LINE_INTERFACE
5#define COMMAND_LINE_INTERFACE
6
7#include <array>
8#include <cstdint>
9namespace lampda {
10namespace logic {
12namespace cli {
13
15void setup();
18
19} // namespace cli
20} // namespace logic
21} // namespace lampda
22
23#endif
void handleSerialEvents()
Handle the user command line inputs.
Definition: command_line_interface.cpp:788
void setup()
Call once on system start.
Definition: command_line_interface.cpp:786
Program scope.
Definition: control_fixed_modes.hpp:12