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