cellular port

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

Fork of Cellular_PubNubDemo by Michael Ammann

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Wed Oct 01 09:32:37 2014 +0000
Parent:
9:322b7a937bab
Commit message:
update dependency, use more common pin names

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
PubNubDemo.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 322b7a937bab -r f38d25eef8b6 C027_Support.lib
--- a/C027_Support.lib	Thu Jul 03 17:45:10 2014 +0000
+++ b/C027_Support.lib	Wed Oct 01 09:32:37 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#edfeb8af206e
+http://mbed.org/teams/ublox/code/C027_Support/#f524fd9aa13d
diff -r 322b7a937bab -r f38d25eef8b6 PubNubDemo.cpp
--- 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
diff -r 322b7a937bab -r f38d25eef8b6 mbed-rtos.lib
--- a/mbed-rtos.lib	Thu Jul 03 17:45:10 2014 +0000
+++ b/mbed-rtos.lib	Wed Oct 01 09:32:37 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#1520481a219c
+http://mbed.org/users/mbed_official/code/mbed-rtos/#631c0f1008c3
diff -r 322b7a937bab -r f38d25eef8b6 mbed.bld
--- a/mbed.bld	Thu Jul 03 17:45:10 2014 +0000
+++ b/mbed.bld	Wed Oct 01 09:32:37 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/0b3ab51c8877
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file