Donal Morrissey / BLE_API_Native_blog

Dependents:   BLE_iBeacon_Exercise

Fork of BLE_API_Native by Kevin Townsend

Committer:
ktownsend
Date:
Fri Feb 21 09:33:31 2014 +0000
Revision:
17:d5600677d532
Added GATT callback support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ktownsend 17:d5600677d532 1 #ifndef _NORDIC_GLOBAL_H_
ktownsend 17:d5600677d532 2 #define _NORDIC_GLOBAL_H_
ktownsend 17:d5600677d532 3
ktownsend 17:d5600677d532 4 /* There are no global defines in mbed, so we need to define */
ktownsend 17:d5600677d532 5 /* mandatory conditional compilation flags here */
ktownsend 17:d5600677d532 6 #define NRF51
ktownsend 17:d5600677d532 7 #define DEBUG_NRF_USER
ktownsend 17:d5600677d532 8 #define BLE_STACK_SUPPORT_REQD
ktownsend 17:d5600677d532 9 #define BOARD_PCA10001
ktownsend 17:d5600677d532 10
ktownsend 17:d5600677d532 11 #endif