Sample code for using Aeris AerCloud with MultiTech Socket Modem

Dependencies:   FXLS8471Q MPL3115A2 MQTT mbed

Dependents:   MultiTech_AerCloud_ST-sensor_Modem

Fork of 2lemetry_Sensor_Example by Multi-Hackers

Revision:
3:9736a8776102
Parent:
2:643e3707d043
Child:
4:81c6b9d73cb1
--- a/main.cpp	Tue Oct 28 19:07:51 2014 +0000
+++ b/main.cpp	Tue Oct 28 19:09:28 2014 +0000
@@ -84,7 +84,6 @@
     alt.Barometric_Mode(); 
     
     float acc_data[3];
-    float temperature, pressure;
     
     while (true) {
         if (! mqtt.connect(_2LEMETRY_DEVICE_ID, _2LEMETRY_USERID, _2LEMETRY_TOKEN)) {