Versions in this module Expand all Collapse all v1 v1.0.0 Dec 21, 2016 Changes in this version + const Battery + const BatteryCharacteristic + const CommandCharacteristic + const DroneCommandService + const DroneNotificationService + const FlightStatusCharacteristic + const Flying + const Landed + const PcmdCharacteristic + const Status + type Driver struct + Pcmd Pcmd + func NewDriver(a *ble.ClientAdaptor) *Driver + func (b *Driver) BackFlip() (err error) + func (b *Driver) Backward(val int) error + func (b *Driver) Clockwise(val int) error + func (b *Driver) Connection() gobot.Connection + func (b *Driver) CounterClockwise(val int) error + func (b *Driver) Down(val int) error + func (b *Driver) FlatTrim() (err error) + func (b *Driver) Forward(val int) error + func (b *Driver) FrontFlip() (err error) + func (b *Driver) GenerateAllStates() (err error) + func (b *Driver) Halt() (err error) + func (b *Driver) HullProtection(protect bool) error + func (b *Driver) Init() (err error) + func (b *Driver) Land() (err error) + func (b *Driver) Left(val int) error + func (b *Driver) LeftFlip() (err error) + func (b *Driver) Name() string + func (b *Driver) Outdoor(outdoor bool) error + func (b *Driver) Right(val int) error + func (b *Driver) RightFlip() (err error) + func (b *Driver) SetName(n string) + func (b *Driver) Start() (err error) + func (b *Driver) StartPcmd() + func (b *Driver) StartRecording() error + func (b *Driver) Stop() error + func (b *Driver) StopRecording() error + func (b *Driver) TakeOff() (err error) + func (b *Driver) Up(val int) error + type Pcmd struct + Flag int + Gaz int + Pitch int + Psi float32 + Roll int + Yaw int