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