1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
deadprogram 3dd9e0af04 ble: update docs to include reference to included drivers
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-27 19:54:13 +01:00

14 lines
370 B
Go

/*
Package ble provides the Gobot adaptor for Bluetooth LE.
It also includes drivers for several well-known BLE Services:
- Battery Service
- Device Information Service
- Generic Access Service
For more information refer to the README:
https://github.com/hybridgroup/gobot/blob/master/platforms/ble/README.md
*/
package ble // import "gobot.io/x/gobot/platforms/ble"