-
- Downloads
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
This module uses ESP8266's SPI hardware, which allows much higher speeds. It uses a library from https://github.com/MetalPhreak/ESP8266_SPI_Driver
Showing
- docs/esp8266/quickref.rst 14 additions, 0 deletionsdocs/esp8266/quickref.rst
- esp8266/Makefile 2 additions, 0 deletionsesp8266/Makefile
- esp8266/esp8266.ld 2 additions, 0 deletionsesp8266/esp8266.ld
- esp8266/hspi.c 327 additions, 0 deletionsesp8266/hspi.c
- esp8266/hspi.h 79 additions, 0 deletionsesp8266/hspi.h
- esp8266/hspi_register.h 278 additions, 0 deletionsesp8266/hspi_register.h
- esp8266/modmachine.c 1 addition, 0 deletionsesp8266/modmachine.c
- esp8266/modpyb.h 1 addition, 0 deletionsesp8266/modpyb.h
- esp8266/modpybhspi.c 258 additions, 0 deletionsesp8266/modpybhspi.c
Loading
Please register or sign in to comment