nanobeacon 2.1.0.0
|
NanoBeacon Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
NanoBeacon Click Example.
This example demonstrates the use of NanoBeacon click board by setting the Eddystone URI advertisement to click boards webpage.
The demo application is composed of two sections :
Initializes the driver and logger.
Every 10 seconds, it restarts and configures the device for advertisement with the Eddystone URI beacon format set to click boards webpage: https://www.mikroe.com/click
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |