15 lines
195 B
C
15 lines
195 B
C
#ifndef SENSOR3_CONSOLE_H
|
|
#define SENSOR3_CONSOLE_H
|
|
|
|
void consoleSetup();
|
|
|
|
void consoleLoop();
|
|
|
|
void consoleHandle(char *cmd);
|
|
|
|
bool patrix_command(char *cmd);
|
|
|
|
void consolePrintUsage();
|
|
|
|
#endif
|