Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

The Joystick Message Type is OBJECT based. Represented by an Object with X,Y and Z axis were Z is the button of the Joystick


Example Data

  • {x:50, y:10, z: true}


Converts to

Message Type

Data

Digtial

Convert uses only the Z axis (Button)

Trigger

Always triggers

Display Message Type

prints the values of the 3 axis

String

Directly converts and prints out x,y and z values

*Any Signal that is not mentioned on the table above should not be able to convert

Debug View

In the Debug View values can be written to or read from the drivers on the Builder Base directly

The Joystick is broken up into two Analog and one Digital signal for the current driver implementations

  • No labels