A simple heart rate monitor
Go to file
Greg 11962c3372 add README.md 2019-11-27 11:56:23 -05:00
.gitignore Add stub android implementation. 2019-10-28 12:46:57 -04:00
README.md add README.md 2019-11-27 11:56:23 -05:00
go.mod Update go.mod. 2019-11-27 11:50:36 -05:00
go.sum Update go.mod. 2019-11-27 11:50:36 -05:00
main.go Update go.mod. 2019-11-27 11:50:36 -05:00
os_android.go Larger font on Android. 2019-11-22 16:44:26 -05:00
os_darwin.go Larger font on Android. 2019-11-22 16:44:26 -05:00

README.md

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
cd ~/go/src/git.wow.st/gmp/hrm
go build
./hrm

Android:

The gogio command from gioui.org/cmd/gogio must be installed to build an Android APK.

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