Log
Dependents: oldheating gps motorhome heating
log.h
- Committer:
- andrewboyson
- Date:
- 2017-10-26
- Revision:
- 10:cf815db8ed57
- Parent:
- 9:d2c41855ed09
- Child:
- 11:aff6dd8238ef
File content as of revision 10:cf815db8ed57:
extern int LogInit(); extern bool LogUart; extern void LogPush(char c); extern int Log(char* snd); extern int LogV(char *fmt, va_list argptr); extern int LogF(char *fmt, ...); extern int LogTime(char *snd); extern int LogTimeF(char *fmt, ...); extern void LogEnumerateStart(void); extern int LogEnumerate(void); extern void LogEnable(int on);