Test code for Grove Node BLE

Dependencies:   BLE_API nRF51822

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Committer:
yihui
Date:
Thu Nov 27 09:30:36 2014 +0000
Revision:
10:22480ac31879
Parent:
9:05f0b5a3a70a
change to new revision hardware

Who changed what in which revision?

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