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
resources/beacon_resource.h
- Committer:
- bjblazkowicz
- Date:
- 2014-10-29
- Revision:
- 9:9d5b0c43579b
File content as of revision 9:9d5b0c43579b:
// 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
