Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
There were several different spellings of MicroPython present in comments, when there should be only one. | |||
2016-08-25 | esp8266/hspi: Enable duplex operation of hardware SPI | Radomir Dopieralski | |
Without this, spi.read(1, 0xff) would use 16 clock cycles, first to send 0xff and then to receive one byte, as visible with a logic analyzer. | |||
2016-08-19 | esp8266/modpybhspi: Add a HSPI module for hardware SPI support | Radomir Dopieralski | |
This module uses ESP8266's SPI hardware, which allows much higher speeds. It uses a library from https://github.com/MetalPhreak/ESP8266_SPI_Driver |