2015-07-22 11:03:27 +08:00
|
|
|
/*
|
|
|
|
Package bebop provides the Gobot adaptor and driver for the Parrot Bebop.
|
|
|
|
|
|
|
|
Installing:
|
|
|
|
|
2016-12-07 21:22:12 +08:00
|
|
|
go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/parrot/bebop
|
2015-07-22 11:03:27 +08:00
|
|
|
|
|
|
|
For more information refer to the bebop README:
|
2016-12-07 21:22:12 +08:00
|
|
|
https://github.com/hybridgroup/gobot/tree/master/platforms/parrot/bebop
|
2015-07-22 11:03:27 +08:00
|
|
|
*/
|
|
|
|
package bebop
|