pxt-calliope/docs/reference/pins/spi-write.md
2017-03-16 07:57:41 -07:00

292 B

SPI Write

Write to the SPI Slave and return the response.

pins.spiWrite(0);

Parameters

  • value: value Data to be sent to the SPI slave

Returns

  • a number Response from the SPI slave

See also

SPI