e30586acf0
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 | ||
ble_minidrone.go | ||
device_information.go | ||
ollie.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 github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ble
How To Connect
OSX
Info here...
Ubuntu
Info here...
Windows
Info here...
How to Use
Example of a simple program...
...