25 lines
384 B
Markdown
25 lines
384 B
Markdown
|
# Holystone HS200
|
||
|
|
||
|
This package contains the Gobot driver for the Ryze Tello drone, sold by DJI.
|
||
|
|
||
|
For more information on this drone, go to:
|
||
|
|
||
|
## How to Install
|
||
|
|
||
|
```
|
||
|
go get -d -u gobot.io/x/gobot/...
|
||
|
```
|
||
|
|
||
|
## How to Use
|
||
|
- Connect to the drone's Wi-Fi network.
|
||
|
|
||
|
Here is a sample of how you initialize and use the driver:
|
||
|
|
||
|
```go
|
||
|
// code here...
|
||
|
```
|
||
|
|
||
|
## References
|
||
|
|
||
|
Reference info here...
|