#ifndef SENSOR3_LOG_H #define SENSOR3_LOG_H void info(const char *module, const char *format, ...); void error(const char *module, const char *format, ...); #endif