Compare commits
1 Commits
af82794a26
...
71dbc157ab
Author | SHA1 | Date | |
---|---|---|---|
71dbc157ab |
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# HRM
|
||||||
|
|
||||||
|
An example heart rate monitor app for Android and MacOS using [git.wow.st/gmp/ble](git.wow.st/gmp/ble) and [Gio](gioui.org).
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user