can version

Dependencies:   mbed MCP4725

Fork of dac_controller by Johnny Bravo

log/log.h

Committer:
erichill44
Date:
2014-04-11
Revision:
2:c0287d9c2226
Parent:
1:4bd950ab8756

File content as of revision 2:c0287d9c2226:


#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