View Source Tello.CyberTello.State.Acceleration (Tello v0.1.0)

A sub-struct of Tello.CyberTello.State to represent the acceleration information.

  • x: Acceleration on x-axis
  • y: Acceleration on y-axis
  • z: Acceleration on z-axis

Link to this section Summary

Link to this section Types

@type t() :: %Tello.CyberTello.State.Acceleration{
  x: integer(),
  y: integer(),
  z: integer()
}