hrm/hrm
Greg 9484ffac99 Restructure to add depjars directory so that I can cause go to
build *.jar files in package dependencies.
2019-12-13 14:24:31 -05:00
..
README.md Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
appicon.png Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
go.mod Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
go.sum Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
main.go Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
os_android.go Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -05:00
os_darwin.go Restructure to add depjars directory so that I can cause go to 2019-12-13 14:24:31 -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