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
c3e49940
Commit
c3e49940
authored
Jan 27, 2016
by
Marcel Stör
Browse files
Fix a few titles on doc pages
parent
fc87316b
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/en/modules/dht.md
View file @
c3e49940
#
dht
Module
#
DHT
Module
## Constants
`dht.OK`
(0),
`dht.ERROR_CHECKSUM`
(1),
`dht.ERROR_TIMEOUT`
(2)
Constants for various functions.
`dht.OK`
,
`dht.ERROR_CHECKSUM`
,
`dht.ERROR_TIMEOUT`
represent the potential values for the DHT read status
## dht.read()
Read all kinds of DHT sensors, including DHT11, 21, 22, 33, 44 humidity temperature combo sensor.
...
...
docs/en/modules/i2c.md
View file @
c3e49940
#
i2c
Module
#
I²C
Module
## i2c.address()
Setup I²C address and read/write mode for the next transfer.
...
...
docs/en/modules/pwm.md
View file @
c3e49940
#
pwm
Module
#
PWM
Module
## pwm.close()
Quit PWM mode for the specified GPIO pin.
...
...
docs/en/modules/spi.md
View file @
c3e49940
#
spi m
odule
#
SPI M
odule
All transactions for sending and receiving are most-significant-bit first and least-significant last.
For technical details of the underlying hardware refer to
[
metalphreak's ESP8266 HSPI articles
](
http://d.av.id.au/blog/tag/hspi/
)
.
...
...
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