can version

Dependencies:   mbed MCP4725

Fork of dac_controller2 by Eric Hill

log/log.h

Committer:
dzl5187
Date:
2014-04-29
Revision:
3:29aa7212dda4
Parent:
1:4bd950ab8756

File content as of revision 3:29aa7212dda4:


#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