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

config.h

Committer:
Joseph Radford
Date:
2016-04-10
Revision:
0:2df78a4443cd

File content as of revision 0:2df78a4443cd:

#ifndef CONFIG_H_
#define CONFIG_H_

/*
 * This file contains global definitions to configure the program
 */

// uncomment this to continue development and testing with GPRS
// #define ENABLE_GPRS_TESTING

#endif /* CONFIG_H_ */