9 lines
119 B
C
9 lines
119 B
C
#ifndef SENSOR3_CONSOLE_H
|
|
#define SENSOR3_CONSOLE_H
|
|
|
|
void consoleLoop();
|
|
|
|
void consoleHandle(const char *cmd);
|
|
|
|
#endif
|