Using DHT11 sensor, sdWrite, wdt. Need to sleep more then this.

Dependencies:   DHT GPRSInterface HTTPClient_GPRS SDFileSystem USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers i2c_uart.h Source File

i2c_uart.h

00001 #ifndef __I2C_UART_H__
00002 #define __I2C_UART_H__
00003 
00004 #define __Debug            1
00005 
00006 #if __Debug
00007 #define DBG(X)    debug_i2c(X)
00008 #else
00009 #define DBG(X)
00010 #endif
00011 
00012 
00013 void debug_i2c(char *dta);
00014 
00015 
00016 void debug_i2c(char dta);
00017 #endif