MultiTech / Mbed 2 deprecated 2lemetry_Sensor_Example

Dependencies:   FXLS8471Q MPL3115A2 MQTT mbed

Fork of 2lemetry_Sensor_Example by Multi-Hackers

Files at this revision

API Documentation at this revision

Comitter:
Vanger
Date:
Mon Mar 23 18:22:54 2015 +0000
Parent:
4:664087f3a103
Child:
6:569f6ef58f0f
Commit message:
Removed configureSignals() call, as it is unused at this time.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 23 18:16:30 2015 +0000
+++ b/main.cpp	Mon Mar 23 18:22:54 2015 +0000
@@ -60,7 +60,6 @@
         return 1;
     }
     
-    radio->configureSignals(D4,D7,RESET);
     Transport::setTransport(radio);
     
     while (radio->setApn(_APN) != MTS_SUCCESS) {