1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00

14 lines
370 B
Go
Raw Normal View History

/*
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"