Drone.Adapters.Tello.Encoder (ex_drone v0.1.0)

View Source

Encodes Drone.Command structs into Tello UDP command strings.

The Tello SDK uses plain ASCII text commands sent over UDP. This module converts the structured Drone.Command representation into the wire format.

Summary

Functions

encode(command)

@spec encode(Drone.Command.t()) :: String.t()