gobot.io/x/gobot@v1.16.0/platforms/parrot/bebop/doc.go (about) 1 /* 2 Package bebop provides the Gobot adaptor and driver for the Parrot Bebop. 3 4 Installing: 5 6 go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/parrot/bebop 7 8 For more information refer to the bebop README: 9 https://github.com/hybridgroup/gobot/tree/master/platforms/parrot/bebop/README.md 10 */ 11 package bebop // import "gobot.io/x/gobot/platforms/parrot/bebop"