update to the latest of the underlying libraries. 最新のライブラリでコンパイル出来るようにしました。 動作確認済みです。

Dependencies:   BLE_API TMP102 mbed nRF51822

Fork of BLE_HTM_HRM1017 by Yoshihiro TSUBOI

Revision:
6:c3d9dbadd654
Parent:
5:ab8889077be9
Child:
8:4cf347c9d2b0
--- a/main.cpp	Sat Sep 06 08:06:19 2014 +0000
+++ b/main.cpp	Mon Sep 08 16:59:22 2014 +0000
@@ -18,6 +18,7 @@
 
 BLEDevice  ble;
 TMP102      healthThemometer(p22, p20, 0x90);  /* The TMP102 connected to our board */
+//TMP102      healthThemometer(I2C_SDA1, I2C_SCL1, 0x90);  /* The TMP102 connected to our board */
 
 /* LEDs for indication: */
 DigitalOut  oneSecondLed(LED1);        /* LED1 is toggled every second. */