nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Multiprotocol Application User Interface

User Interface (buttons and LED) handling for the multiprotocol application. More...

Macros

#define BLE_BUTTON_PIN_NO   NRF6310_BUTTON_0
 
#define GZLL_BUTTON_PIN_NO   NRF6310_BUTTON_1
 
#define GZLL_TX_SUCCESS_LED_PIN_NO   NRF6310_LED_2
 
#define GZLL_TX_FAIL_LED_PIN_NO   NRF6310_LED_3
 

Functions

void buttons_init (void)
 Function for initializing GPIOTE module for detecting buttons.
 
void leds_init (void)
 Function for the LEDs initialization. More...
 

Detailed Description

Macro Definition Documentation

#define BLE_BUTTON_PIN_NO   NRF6310_BUTTON_0

Button used for switching to Bluetooth Heart Rate example.

#define GZLL_BUTTON_PIN_NO   NRF6310_BUTTON_1

Button used for switching to Gazell example.

#define GZLL_TX_SUCCESS_LED_PIN_NO   NRF6310_LED_2

LED used to show successull Transmits.

#define GZLL_TX_FAIL_LED_PIN_NO   NRF6310_LED_3

LED used to show failed Transmits.

Function Documentation

void leds_init ( void  )

Function for initializing all LEDs used by the application.