Getting the HIH6130 running with an BLE example

Dependencies:   BLE_API mbed nRF51822 HIH6130

Fork of BLE_HeartRate by Skarphedinn Sigurdsson

Revision:
1:db1d0a0c334e
Parent:
0:8db7a61ae7f7
Child:
2:58715fb81c43
--- a/main.cpp	Mon Jun 23 12:57:46 2014 +0000
+++ b/main.cpp	Mon Oct 13 15:09:00 2014 +0000
@@ -20,7 +20,7 @@
 BLEDevice  ble;
 DigitalOut led1(LED1);
 
-#define NEED_CONSOLE_OUTPUT 0 /* Set this if you need debug messages on the console;
+#define NEED_CONSOLE_OUTPUT 1 /* Set this if you need debug messages on the console;
                                * it will have an impact on code-size and power consumption. */
 
 #if NEED_CONSOLE_OUTPUT