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
3ef8c2f368
pxt-calliope
/
docs
/
reference
/
pins
/
spi-write.md
Peli de Halleux
00e9217e73
/reference/types -> /types
2017-03-16 07:57:41 -07:00
292 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