summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modpybspi.c
Commit message (Collapse)AuthorAge
* esp8266: Implement software SPI class.Damien George2016-03-25
Supports speeds up to 500k baud, polarity=0/1, phase=0/1, and using any pins. Only supports MSB output at the moment.