hrm1017 with gy-801 temp
Dependencies: BLE_API TMP102 mbed nRF51822
Fork of BLE_HTM_HRM1017 by
Diff: main.cpp
- Revision:
- 11:75ce4ee6f9c0
- Parent:
- 10:292ca61db2c8
- Child:
- 12:6d007a5c006b
diff -r 292ca61db2c8 -r 75ce4ee6f9c0 main.cpp --- a/main.cpp Thu Dec 08 04:26:03 2016 +0000 +++ b/main.cpp Tue Dec 13 06:41:11 2016 +0000 @@ -16,7 +16,7 @@ static volatile bool triggerSensorPolling = false; BLEDevice ble; -TMP102 healthThemometer(I2C_SDA0, I2C_SCL0, 0x77); /* The TMP102 connected to our board */ +TMP102 healthThemometer(I2C_SDA0, I2C_SCL0, 0x50); /* The TMP102 connected to our board */ //TMP102 healthThemometer(I2C_SDA1, I2C_SCL1, 0x90); /* The TMP102 connected to our board */ /* LEDs for indication: */