send Value

Send a string and number together by radio to other Arcades. The maximum string length is 8 characters.

radio.sendValue("name", 0);

Parameters

  • name: a string that is the name of the value to send.
  • value: a number that is the value to send.

Watch this video to see how the radio hardware works on the Arcade:

See also

Bit Radio on received value

radio