hrm/README.md
2019-11-27 11:52:18 -05:00

289 B

HRM

An example heart rate monitor app for Android and MacOS using git.wow.st/gmp/ble and Gio.

MacOS:

go get git.wow.st/gmp/hrm
go build
./hrm

Android:

go get git.wow.st/gmp/hrm
gogio -target android .
adb install -r hrm.apk