953c3254e7
Signed-off-by: deadprogram <ron@hybridgroup.com> |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
battery.go | ||
ble_client_adaptor.go | ||
ble_client_adaptor_darwin.go | ||
ble_client_adaptor_linux.go | ||
ble_client_adaptor_test.go | ||
device_information.go | ||
doc.go |
README.md
Bluetooth LE
The gobot-ble adaptor makes it easy to interact with Bluetooth LE using Go.
It is written using the gatt package fork by Currant Labs of the package from Paypal. Thank you!
Learn more about Bluetooth LE here.
How to Install
go get gobot.io/x/gobot && go install gobot.io/x/gobot/platforms/ble
How To Connect
OSX
Info here...
Ubuntu
Info here...
Windows
Info here...
How to Use
Example of a simple program...
...