summaryrefslogtreecommitdiff
path: root/esp8266/modpybspi.c
AgeCommit message (Collapse)Author
2016-05-26esp8266/modpybspi: Configure pins when initialising an SPI object.Damien George
2016-05-10esp8266: Convert to use new MP_Exxx errno symbols.Damien George
These symbols are still defined in terms of the system Exxx symbols, and can be switched to internal numeric definitions at a later stage. Note that extmod/modlwip still uses many system Exxx symbols.
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.