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: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: EmulatedResourceFactory.cpp
- Revision:
- 120:adeab6eb7848
- Parent:
- 102:36b8e2f5f416
- Child:
- 122:91a0d3114287
--- a/EmulatedResourceFactory.cpp Fri Mar 14 21:48:05 2014 +0000
+++ b/EmulatedResourceFactory.cpp Sat Mar 15 05:30:05 2014 +0000
@@ -77,6 +77,7 @@
this->createResource(endpoint_name,"/lt/0/on","1",(void *)&emulated_light_switch_cb); // Action: light on/off
this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb); // Action: light on/off
this->createResource("/dev/mdl","MQTT MBED Light");
+ this->createResource("/dev/mfg","NXP MBED");
this->createResource("/gps/int","60");
this->createResource("/gps/fix","1");
this->createResource("/nw/pipaddr","N/A");