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: EthernetInterface mbed-rtos mbed nsdl rgb_sensor_buffer
Fork of mbed_nsdl by
Diff: resources/beacon_resource.h
- Revision:
- 9:9d5b0c43579b
diff -r 27e94f52810b -r 9d5b0c43579b resources/beacon_resource.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/beacon_resource.h Wed Oct 29 18:28:59 2014 +0000 @@ -0,0 +1,10 @@ +// BLE Beacon resource + +#ifndef BEACON_RESOURCE_H +#define BEACON_RESOURCE_H + +#include "nsdl_support.h" + +int create_beacon_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif
