hrm1017 with gy-801 temp
Dependencies: BLE_API TMP102 mbed nRF51822
Fork of BLE_HTM_HRM1017 by
Diff: main.cpp
- Revision:
- 12:6d007a5c006b
- Parent:
- 11:75ce4ee6f9c0
--- a/main.cpp Tue Dec 13 06:41:11 2016 +0000 +++ b/main.cpp Tue Dec 13 06:49:12 2016 +0000 @@ -16,7 +16,7 @@ static volatile bool triggerSensorPolling = false; BLEDevice ble; -TMP102 healthThemometer(I2C_SDA0, I2C_SCL0, 0x50); /* 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: */