hrm1017 with gy-801 temp
Dependencies: BLE_API TMP102 mbed nRF51822
Fork of BLE_HTM_HRM1017 by
Diff: main.cpp
- Revision:
- 6:c3d9dbadd654
- Parent:
- 5:ab8889077be9
- Child:
- 8:f753b4b022a8
--- 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. */