dac controller for EE300 project

Dependencies:   mbed MCP4725

log/log.h

Committer:
dzl5187
Date:
2014-04-04
Revision:
1:4bd950ab8756

File content as of revision 1:4bd950ab8756:


#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