dac controller for EE300 project

Dependencies:   mbed MCP4725

Revision:
1:4bd950ab8756
diff -r ce795bcc930d -r 4bd950ab8756 log/log.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/log/log.h	Fri Apr 04 18:48:23 2014 +0000
@@ -0,0 +1,14 @@
+
+#ifndef LOG_H
+#define LOG_H
+#include "mbed.h"
+
+
+extern Timer programTimer;
+
+/**
+    Function: logMessage
+    Description: output the message(can be formatted string) to PC
+*/
+void logMessage(const char *fmt,...);
+#endif
\ No newline at end of file