This program simply connects to a HTS221 I2C device to proximity sensor

Dependencies:   FXOS8700CQ mbed

Revision:
31:d7c386d2e95a
Parent:
30:48b43538e98b
Child:
35:2e864bae3af0
--- a/config_me.h	Wed Jul 20 04:01:03 2016 +0000
+++ b/config_me.h	Wed Jul 20 15:46:26 2016 +0000
@@ -32,8 +32,7 @@
 #define TEMP_HUMIDITY_ONLY                      1
 #define TEMP_HUMIDITY_ACCELEROMETER             2
 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS 3
-//static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection
-static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER; //modify this to change your selection
+static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection
 
 // This is the APN name for the cellular network, you will need to change this, check the instructions included with your SIM card kit:
 static const char * MY_APN_STR          = "m2m.com.attz";