Send Buffer

Sends a buffer to other Arcades in the area connected by radio. The maximum buffer length is 19 bytes.

radio.sendBuffer(pins.createBuffer(1))

Parameters

  • msg is a buffer to send by radio.

See also

Bit Radio on received buffer

radio