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_fix EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed
Fork of IBMIoTClientEthernetExample by
Diff: main.cpp
- Revision:
- 13:2234cf0a8127
- Parent:
- 11:41d0316866bb
- Child:
- 14:1dd53a6d02d2
diff -r c5f8d9bb02b4 -r 2234cf0a8127 main.cpp --- a/main.cpp Thu Mar 19 14:29:34 2015 +0000 +++ b/main.cpp Fri Mar 20 16:03:58 2015 +0000 @@ -44,7 +44,10 @@ #define MQTT_MAX_PACKET_SIZE 250 -#if defined(TARGET_LPC1768) +#if defined(TARGET_ARCH_PRO) +#warning "Compiling for mbed ARCH PRO" +#include "RZA1H.h" +#elif defined(TARGET_LPC1768) #warning "Compiling for mbed LPC1768" #include "LPC1768.h" #elif defined(TARGET_K64F)
