Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Thu Dec 06 11:40:19 2018 +0000
Revision:
8:45a0205a298f
Parent:
4:e076884ef8bd
Backing up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 2:06fa34661f19 1 extern int LogInit(void);
andrewboyson 4:e076884ef8bd 2 extern void LogTime(void);
andrewboyson 0:09f915e6f9f6 3 extern void LogF(char *fmt, ...);
andrewboyson 0:09f915e6f9f6 4 extern void LogCrLf(char *);
andrewboyson 0:09f915e6f9f6 5 extern void LogSave(void);
andrewboyson 0:09f915e6f9f6 6 extern void LogPush(char c);
andrewboyson 0:09f915e6f9f6 7 extern void LogEnumerateStart(void);
andrewboyson 0:09f915e6f9f6 8 extern int LogEnumerate(void);
andrewboyson 0:09f915e6f9f6 9 extern void LogEnable(int on);