Sensors: DHT11, TEMT600 Analog ambient light sensor This version uses the ARCH_GPRS_V2_HW library.

Dependencies:   ARCH_GPRS_V2_HW Blinker DHT GPRSInterface HTTPClient_GPRS SDFileSystem mbed

Fork of roam_v1 by Cellular building monitoring

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