
.
Dependencies: SDHCFileSystem mbed
log.h@0:1596b8644523, 2012-11-19 (annotated)
- Committer:
- TickTock
- Date:
- Mon Nov 19 04:44:11 2012 +0000
- Revision:
- 0:1596b8644523
Initial revision - just getting hw up and running
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
TickTock | 0:1596b8644523 | 1 | #define LOGFILE "/sd/canary.log" |
TickTock | 0:1596b8644523 | 2 | extern bool LogCreated; |
TickTock | 0:1596b8644523 | 3 | void Log (char *message); |
TickTock | 0:1596b8644523 | 4 | void LogErr (char *message); |