hybridgroup.gobot/platforms/ble
deadprogram 5ddfb632bc ble: rename drivers to make them more obvious, and add test placeholders
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-09 12:15:33 +01:00
..
LICENSE misc: update all LICENSE files for current year 2016-08-27 13:12:47 +02:00
README.md core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
battery_driver.go ble: rename drivers to make them more obvious, and add test placeholders 2016-12-09 12:15:33 +01:00
battery_driver_test.go ble: rename drivers to make them more obvious, and add test placeholders 2016-12-09 12:15:33 +01:00
ble_client_adaptor.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
ble_client_adaptor_darwin.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_linux.go [ble] BLE client adaptor 2016-07-08 20:28:41 +02:00
ble_client_adaptor_test.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00
device_information_driver.go ble: rename drivers to make them more obvious, and add test placeholders 2016-12-09 12:15:33 +01:00
device_information_driver_test.go ble: rename drivers to make them more obvious, and add test placeholders 2016-12-09 12:15:33 +01:00
doc.go core: use canonical import domain of gobot.io for all code 2016-12-08 13:24:03 +01:00

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...

...