Sensor3/lib/patrix/console.h

9 lines
119 B
C

#ifndef SENSOR3_CONSOLE_H
#define SENSOR3_CONSOLE_H
void consoleLoop();
void consoleHandle(const char *cmd);
#endif