konashi/SBBLEのテスト

Dependencies:   BLE_API mbed

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Committer:
robo8080
Date:
Sun Aug 17 00:53:23 2014 +0000
Revision:
8:a62b8f7d5dcf
Parent:
5:61109bce11fe
DeviceName??

Who changed what in which revision?

UserRevisionLine numberNew contents of line
robo8080 5:61109bce11fe 1 /* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
robo8080 5:61109bce11fe 2 *
robo8080 5:61109bce11fe 3 * Licensed under the Apache License, Version 2.0 (the "License");
robo8080 5:61109bce11fe 4 * you may not use this file except in compliance with the License.
robo8080 5:61109bce11fe 5 * You may obtain a copy of the License at
robo8080 5:61109bce11fe 6 *
robo8080 5:61109bce11fe 7 * http://www.apache.org/licenses/LICENSE-2.0
robo8080 5:61109bce11fe 8 *
robo8080 5:61109bce11fe 9 * Unless required by applicable law or agreed to in writing, software
robo8080 5:61109bce11fe 10 * distributed under the License is distributed on an "AS IS" BASIS,
robo8080 5:61109bce11fe 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
robo8080 5:61109bce11fe 12 * See the License for the specific language governing permissions and
robo8080 5:61109bce11fe 13 * limitations under the License.
robo8080 5:61109bce11fe 14 */
robo8080 5:61109bce11fe 15
robo8080 5:61109bce11fe 16 #ifndef _NORDIC_GLOBAL_H_
robo8080 5:61109bce11fe 17 #define _NORDIC_GLOBAL_H_
robo8080 5:61109bce11fe 18
robo8080 5:61109bce11fe 19 /* There are no global defines in mbed, so we need to define */
robo8080 5:61109bce11fe 20 /* mandatory conditional compilation flags here */
robo8080 5:61109bce11fe 21 #define NRF51
robo8080 5:61109bce11fe 22 #define DEBUG_NRF_USER
robo8080 5:61109bce11fe 23 #define BLE_STACK_SUPPORT_REQD
robo8080 5:61109bce11fe 24 #define BOARD_PCA10001
robo8080 5:61109bce11fe 25
robo8080 5:61109bce11fe 26 #endif