Example showing the ublox Cellular GPS/GNSS module with the online PubNub service on an LPC4088 Experiment Base Board

Dependencies:   C027_Support C12832 EALib LM75B MMA7660 PubNub mbed-rtos mbed picojson

Revision:
13:f38d25eef8b6
Parent:
8:ad3a3cffc336
--- a/PubNubDemo.cpp	Thu Jul 03 17:45:10 2014 +0000
+++ b/PubNubDemo.cpp	Wed Oct 01 09:32:37 2014 +0000
@@ -52,8 +52,8 @@
  */
 
 Serial pc(USBTX, USBRX); // tx, rx
-MMA7660 MMA(SDA, SCL);
-LM75B tmp(SDA, SCL);
+MMA7660 MMA(D14/*SDA*/,D15/*SCL*/);
+LM75B tmp(D14/*SDA*/,D15/*SCL*/);
 C12832 lcd(D11, D13, D12, D7, D10);
 
 PwmOut led_r(D5); // RGB LED with 3 PWM outputs for dimmer control