We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bffc65 commit 04796e2Copy full SHA for 04796e2
libraries/Bluefruit52Lib/examples/custom_hrm/custom_hrm.ino
@@ -134,7 +134,7 @@ void setupHRM(void)
134
hrmc.start();
135
136
// Set the characteristic to use 8-bit values, with the sensor connected and detected
137
- uint8_t hrmdata[2] = { 0b00000000, 0x40 };
+ uint8_t hrmdata[2] = { 0b00000110, 0x40 };
138
hrmc.write(hrmdata, 2);
139
140
// Configure the Body Sensor Location characteristic
0 commit comments