apply changes from #914
This commit is contained in:
parent
243ba446aa
commit
c60e243962
|
@ -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
|
||||||
|
|
||||||
### 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
|
||||||
|
|
Loading…
Reference in New Issue