Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed
Fork of IBMIoTClientEthernetExample-MACfix by
Diff: main.cpp
- Revision:
- 5:11fd21af0c0f
- Parent:
- 4:77fd4b6ceecb
- Child:
- 6:37b6d0d56190
--- a/main.cpp Tue Jul 22 09:19:54 2014 +0000 +++ b/main.cpp Thu Aug 07 09:33:26 2014 +0000 @@ -37,7 +37,6 @@ DigitalOut led2(LED2); PwmOut r (p23); PwmOut g (p24); -PwmOut b (p25); MMA7660 MMA(p28, p27); LM75B sensor(p28, p27); DigitalIn Down(p12);
