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

Committer:
Joseph Radford
Date:
Sun Apr 10 15:47:33 2016 +1000
Revision:
0:2df78a4443cd
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Joseph Radford 0:2df78a4443cd 1 #ifndef CONFIG_H_
Joseph Radford 0:2df78a4443cd 2 #define CONFIG_H_
Joseph Radford 0:2df78a4443cd 3
Joseph Radford 0:2df78a4443cd 4 /*
Joseph Radford 0:2df78a4443cd 5 * This file contains global definitions to configure the program
Joseph Radford 0:2df78a4443cd 6 */
Joseph Radford 0:2df78a4443cd 7
Joseph Radford 0:2df78a4443cd 8 // uncomment this to continue development and testing with GPRS
Joseph Radford 0:2df78a4443cd 9 // #define ENABLE_GPRS_TESTING
Joseph Radford 0:2df78a4443cd 10
Joseph Radford 0:2df78a4443cd 11 #endif /* CONFIG_H_ */