11 lines
152 B
C
11 lines
152 B
C
#ifndef SENSOR3_CONSOLE_H
|
|
#define SENSOR3_CONSOLE_H
|
|
|
|
void consoleLoop();
|
|
|
|
void consoleHandle(const char *cmd);
|
|
|
|
bool patrix_command(char *cmd);
|
|
|
|
#endif
|