Birkbeck College Mobile and Ubiquitous Computing IoT Lab Exercise 2

Dependencies:   BLE_API_Native_blog

Committer:
gkroussos
Date:
Sat Mar 07 16:34:53 2015 +0000
Revision:
0:e8fdba0ed044
MUC IoT Workshop v1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gkroussos 0:e8fdba0ed044 1 /* mbed Microcontroller Library
gkroussos 0:e8fdba0ed044 2
gkroussos 0:e8fdba0ed044 3 * Copyright (c) 2013 Nordic Semiconductor.
gkroussos 0:e8fdba0ed044 4 *
gkroussos 0:e8fdba0ed044 5 * Licensed under the Apache License, Version 2.0 (the "License");
gkroussos 0:e8fdba0ed044 6 * you may not use this file except in compliance with the License.
gkroussos 0:e8fdba0ed044 7 * You may obtain a copy of the License at
gkroussos 0:e8fdba0ed044 8 *
gkroussos 0:e8fdba0ed044 9 * http://www.apache.org/licenses/LICENSE-2.0
gkroussos 0:e8fdba0ed044 10 *
gkroussos 0:e8fdba0ed044 11 * Unless required by applicable law or agreed to in writing, software
gkroussos 0:e8fdba0ed044 12 * distributed under the License is distributed on an "AS IS" BASIS,
gkroussos 0:e8fdba0ed044 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
gkroussos 0:e8fdba0ed044 14 * See the License for the specific language governing permissions and
gkroussos 0:e8fdba0ed044 15 * limitations under the License.
gkroussos 0:e8fdba0ed044 16 */
gkroussos 0:e8fdba0ed044 17
gkroussos 0:e8fdba0ed044 18
gkroussos 0:e8fdba0ed044 19 #ifndef NRF_H
gkroussos 0:e8fdba0ed044 20 #define NRF_H
gkroussos 0:e8fdba0ed044 21
gkroussos 0:e8fdba0ed044 22 #include "nordic_global.h"
gkroussos 0:e8fdba0ed044 23 #include "compiler_abstraction.h"
gkroussos 0:e8fdba0ed044 24 #include "nrf51.h"
gkroussos 0:e8fdba0ed044 25 #include "nrf51_bitfields.h"
gkroussos 0:e8fdba0ed044 26 #endif /* NRF_H */
gkroussos 0:e8fdba0ed044 27