BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Committer:
gkroussos
Date:
Sat Mar 07 16:23:41 2015 +0000
Revision:
0:637031152314
Working version 1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gkroussos 0:637031152314 1 /* mbed Microcontroller Library - CMSIS
gkroussos 0:637031152314 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
gkroussos 0:637031152314 3 *
gkroussos 0:637031152314 4 * A generic CMSIS include header, pulling in LPC407x_8x specifics
gkroussos 0:637031152314 5 */
gkroussos 0:637031152314 6
gkroussos 0:637031152314 7 #ifndef MBED_CMSIS_H
gkroussos 0:637031152314 8 #define MBED_CMSIS_H
gkroussos 0:637031152314 9
gkroussos 0:637031152314 10 #include "nrf51822.h"
gkroussos 0:637031152314 11 #include "cmsis_nvic.h"
gkroussos 0:637031152314 12
gkroussos 0:637031152314 13 #endif