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 /* mbed Microcontroller Library - CMSIS
yihui 9:05f0b5a3a70a 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
yihui 9:05f0b5a3a70a 3 *
yihui 9:05f0b5a3a70a 4 * A generic CMSIS include header, pulling in LPC407x_8x specifics
yihui 9:05f0b5a3a70a 5 */
yihui 9:05f0b5a3a70a 6
yihui 9:05f0b5a3a70a 7 #ifndef MBED_CMSIS_H
yihui 9:05f0b5a3a70a 8 #define MBED_CMSIS_H
yihui 9:05f0b5a3a70a 9
yihui 9:05f0b5a3a70a 10 #include "nrf51822.h"
yihui 9:05f0b5a3a70a 11 #include "cmsis_nvic.h"
yihui 9:05f0b5a3a70a 12
yihui 9:05f0b5a3a70a 13 #endif