ble9  2.0.0.0
Macros | Functions
main.c File Reference

Ble9 Click example. More...

#include "board.h"
#include "ble9.h"
#include "log.h"

Macros

#define PROCESS_COUNTER   5
 
#define PROCESS_RX_BUFFER_SIZE   50
 
#define PROCESS_PARSER_BUFFER_SIZE   50
 

Functions

void application_init (void)
 
void application_task (void)
 
void main (void)
 

Detailed Description

Ble9 Click example.

Description

This example reads and processes data from BLE 9 click.

The demo application is composed of two sections :

Application Init

Initializes driver and starts module advertising.

Application Task

Reads received data.

Additional Function

For more information on the chip itself and the firmware on it,
please visit the following page:
    [1] https://docs.silabs.com/bluetooth/3.1
  • Take into condideration that the library itself is designed to work with GSDK version 3.1.0 If you wish to use a different version of firmware, take into consideration that some functions might not work.
Author
Strahinja Jacimovic

Macro Definition Documentation

◆ PROCESS_COUNTER

#define PROCESS_COUNTER   5

◆ PROCESS_PARSER_BUFFER_SIZE

#define PROCESS_PARSER_BUFFER_SIZE   50

◆ PROCESS_RX_BUFFER_SIZE

#define PROCESS_RX_BUFFER_SIZE   50

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )