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 endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources
Diff: nsp_resources/addldata.h
- Revision:
- 35:89b9cf25a893
- Child:
- 55:e3b6d145d225
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nsp_resources/addldata.h Sun Mar 02 21:41:36 2014 +0000 @@ -0,0 +1,16 @@ +// AddlData resource implementation + +#ifndef ADDL_DATA_H_ +#define ADDL_DATA_H_ + +#include "nsdl_support.h" + +#include "NSPio.h" + +// initialize MBED AddlData support +void init_addldata(Resource *resource); + +// NSP supports AddlData modification +extern uint8_t addldata_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto); + +#endif