You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoftSPI allows to use these parameters at the constructor, but only allow 8 for bits and SPI.MSB for firstbit. So practicall it does not support them. Both look easy to implement (see micropython/drivers/bus/softspi.c and micropython/extmod/machine_spi.c), but someone has to do it and test it.
But first probably this issue should be fixed along with it. #5225
Maybe there were to many opinions in that discussion, but no conclusion. And then it sticks. I see work has started on that but was never finished: #5542
SPI offers both this parameters to specify. SoftSPI rejects both of them, although they are really useful (and needed).
But first probably this issue should be fixed along with it.
#5225
The text was updated successfully, but these errors were encountered: