![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
hrm1017 with gy-801 temp
Dependencies: BLE_API TMP102 mbed nRF51822
Fork of BLE_HTM_HRM1017 by
Diff: main.cpp
- Revision:
- 10:292ca61db2c8
- Parent:
- 9:554af3c63d0c
- Child:
- 11:75ce4ee6f9c0
--- a/main.cpp Fri Nov 27 12:31:49 2015 +0000 +++ b/main.cpp Thu Dec 08 04:26:03 2016 +0000 @@ -16,7 +16,7 @@ static volatile bool triggerSensorPolling = false; BLEDevice ble; -TMP102 healthThemometer(I2C_SDA0, I2C_SCL0, 0x90); /* The TMP102 connected to our board */ +TMP102 healthThemometer(I2C_SDA0, I2C_SCL0, 0x77); /* The TMP102 connected to our board */ //TMP102 healthThemometer(I2C_SDA1, I2C_SCL1, 0x90); /* The TMP102 connected to our board */ /* LEDs for indication: */