BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nordic_global.h Source File

nordic_global.h

00001 #ifndef _NORDIC_GLOBAL_H_
00002 #define _NORDIC_GLOBAL_H_
00003 
00004 /* There are no global defines in mbed, so we need to define */
00005 /* mandatory conditional compilation flags here              */
00006 #define NRF51
00007 #define DEBUG_NRF_USER
00008 #define BLE_STACK_SUPPORT_REQD
00009 #define BOARD_PCA10001
00010 
00011 #endif