gobot.io/x/gobot/v2@v2.1.0/platforms/ble/doc.go (about) 1 /* 2 Package ble provides the Gobot adaptor for Bluetooth LE. 3 4 It also includes drivers for several well-known BLE Services: 5 6 - Battery Service 7 - Device Information Service 8 - Generic Access Service 9 10 For more information refer to the README: 11 https://github.com/hybridgroup/gobot/blob/master/platforms/ble/README.md 12 */ 13 package ble // import "gobot.io/x/gobot/v2/platforms/ble"