1
0
Fork 0
BangleApps/apps/widhr/README.md

11 lines
575 B
Markdown
Raw Normal View History

# Last announced heartrate BPM Widget
2023-09-09 20:57:46 +00:00
* Displays the last announced bpm measurement from Bangle.on('HRM', ...);
* it does not enable the heartrate sensor to do measurements it waits on such annoucement. I use it to view the last read value when letting the system take a reading every 10 minutes.
* saves last read value to a file so it can display that last value between app starts / reboots
![](screenshot_widhr.png)
Code based on Lato Pedometer Written by: [Hugh Barney](https://github.com/hughbarney)
Code Modified by: [Willems Davy](https://github.com/joyrider3774)