12 lines
316 B
Go
12 lines
316 B
Go
/*
|
|
Package parrot contains Gobot adaptors and drivers for the Parrot drones
|
|
|
|
This package currently supports the following Parrot drones:
|
|
- Parrot Minidrone
|
|
- Intel Joule developer kit
|
|
|
|
For further information refer to Parrot README:
|
|
https://gobot.io/x/gobot/blob/master/platforms/parrot/README.md
|
|
*/
|
|
package parrot
|