9 lines
167 B
C
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
|