aboutsummaryrefslogtreecommitdiff
path: root/esp8266/modpybspi.c
AgeCommit message (Collapse)Author
2016-04-22esp8266: Change software SPI driver to use general pin HAL.Damien George
2016-03-25esp8266: Implement software SPI class.Damien George
Supports speeds up to 500k baud, polarity=0/1, phase=0/1, and using any pins. Only supports MSB output at the moment.