What is the Espruino equivalence for Arduino SPI.begin() #5379
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-07-21 by @gfwilliams It happens as part of Posted at 2016-07-21 by MichaelPralow thx for the help, i found the mode description on the Wikipedia SPI site |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-07-21 by MichaelPralow
While porting some Arduino C code to an Espruino module i stumbled over
SPI.begin()
as far as i understand the Espruino reference for SPI the first part
is (in part) handled by SPI.setup() e.g.
for the second part
i am clueless
Beta Was this translation helpful? Give feedback.
All reactions