jamesbowman / spidriver

SPI driver public repo
https://spidriver.com/
BSD 3-Clause "New" or "Revised" License
181 stars 56 forks source link

Configurable SPI bitrate and mode #21

Open kaythe opened 5 years ago

kaythe commented 5 years ago

It would be really useful to be able to change the bitrate, and more importantly the SPI mode (Active High/Low clock, change data on active-idle or idle-active). I would have implemented it myself but this MyForth code looks like complete gibberish to me :|

benner commented 1 year ago

you can change mode with m (e.g. m 3). Also, mode will be shown in top left corner.