12 lines
328 B
Go
12 lines
328 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://github.com/hybridgroup/gobot/blob/master/platforms/parrot/README.md
|
||
|
*/
|
||
|
package parrot
|