Commit c60e2439 authored by devsaurus's avatar devsaurus
Browse files

apply changes from #914

parent 243ba446
...@@ -35,7 +35,7 @@ scl = 6 ...@@ -35,7 +35,7 @@ scl = 6
i2c.setup(0, sda, scl, i2c.SLOW) i2c.setup(0, sda, scl, i2c.SLOW)
``` ```
### SPI connection ### SPI connection
The HSPI module is used, so certain pins are fixed: The HSPI module is used ([more information](http://d.av.id.au/blog/esp8266-hardware-spi-hspi-general-info-and-pinout/)), so certain pins are fixed:
- HSPI CLK = GPIO14 - HSPI CLK = GPIO14
- HSPI MOSI = GPIO13 - HSPI MOSI = GPIO13
......
...@@ -15,7 +15,7 @@ This integration is based on [v1.3.3](https://github.com/olikraus/Ucglib_Arduino ...@@ -15,7 +15,7 @@ This integration is based on [v1.3.3](https://github.com/olikraus/Ucglib_Arduino
### SPI Connection ### SPI Connection
The HSPI module is used, so certain pins are fixed: The HSPI module is used ([more information](http://d.av.id.au/blog/esp8266-hardware-spi-hspi-general-info-and-pinout/)), so certain pins are fixed:
* HSPI CLK = GPIO14 * HSPI CLK = GPIO14
* HSPI MOSI = GPIO13 * HSPI MOSI = GPIO13
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment