12 lines
342 B
Go
12 lines
342 B
Go
/*
|
|
Package bebop provides the Gobot adaptor and driver for the Parrot Bebop.
|
|
|
|
Installing:
|
|
|
|
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/parrot/bebop
|
|
|
|
For more information refer to the bebop README:
|
|
https://github.com/hybridgroup/gobot/tree/master/platforms/parrot/bebop
|
|
*/
|
|
package bebop
|