This website requires JavaScript.
Explore
Help
Sign In
c_meyer
/
pxt-calliope
Watch
1
Star
0
Fork
0
You've already forked pxt-calliope
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90f7b229d1
pxt-calliope
/
docs
/
reference
/
pins
/
spi-write.md
Peli de Halleux
c99138b02e
adding SPI support
2016-08-10 23:26:58 -07:00
302 B
Raw
Blame
History
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