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

Revision:
0:2df78a4443cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h	Sun Apr 10 15:47:33 2016 +1000
@@ -0,0 +1,11 @@
+#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_ */