bluemix rfid

Dependencies:   C12832 EthernetInterface IBMIoTClientEthernetExample LM75B MMA7660 MQTT iBMrfid mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Revision:
19:0cbe652c98cc
Parent:
8:80d49dd91542
--- a/LPC1768.h	Wed Aug 12 20:50:56 2015 +0000
+++ b/LPC1768.h	Fri Mar 18 10:28:03 2016 +0000
@@ -18,9 +18,9 @@
 #if !defined(LPC1768_H)
 #define LPC1768_H
 
-C12832 lcd(p5, p7, p6, p8, p11);
+//C12832 lcd(p5, p7, p6, p8, p11);
 DigitalOut led2(LED2);
-PwmOut r(p23);
+/*PwmOut r(p23);
 PwmOut g(p24);
 PwmOut b(p25);
 MMA7660 MMA(p28, p27);
@@ -31,7 +31,7 @@
 DigitalIn Up(p15);
 DigitalIn Right(p16);
 AnalogIn ain1(p19);
-AnalogIn ain2(p20);
+AnalogIn ain2(p20);*/
 
 #define LED2_OFF 0
 #define LED2_ON 1