A simple WIP that logs data from a Grove sensor, and can send and receive information over USB and SMS.

Dependencies:   DHT DS_1337 SDFileSystem USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

00001 #ifndef CONFIG_H_
00002 #define CONFIG_H_
00003 
00004 /*
00005  * This file contains global definitions to configure the program
00006  */
00007 
00008 // uncomment this to continue development and testing with GPRS
00009 // #define ENABLE_GPRS_TESTING
00010 
00011 #endif /* CONFIG_H_ */