Sensor3/lib/patrix/log.h

9 lines
167 B
C

#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