Is there softSPI available on pyb? #13179
Unanswered
Meekdai
asked this question in
STM32 / Pyboard
Replies: 1 comment 6 replies
-
The STM32 port for PyBoard support machine.SoftSPI, like most of the MicroPython ports. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application that needs to use multi-channel SPI. The micropython version I am using is v1.11, so
machine.SoftSPI
cannot be used.Is there softSPI available on pyb? If not, is it possible to port the Arduino library (SoftSPI) to micropython?
Beta Was this translation helpful? Give feedback.
All reactions