dac subsystem

Dependencies:   mbed MCP4725

log/log.h

Committer:
dzl5187
Date:
2014-04-01
Revision:
0:c7adfe979a5b

File content as of revision 0:c7adfe979a5b:


#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