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

A sub-struct of Tello.CyberTello.State to represent the temperature of board.

  • low: Lowest temperature of the board
  • high: Lowest temperature of the board

Link to this section Summary

Link to this section Types

@type t() :: %Tello.CyberTello.State.Temperature{high: integer(), low: integer()}