Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c60e2439
Commit
c60e2439
authored
Jan 09, 2016
by
devsaurus
Browse files
apply changes from #914
parent
243ba446
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/en/modules/u8g.md
View file @
c60e2439
...
@@ -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
...
...
docs/en/modules/ucg.md
View file @
c60e2439
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment