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
d0831226
Commit
d0831226
authored
Jan 31, 2016
by
Arnim Läuger
Browse files
remove space in heading for gpio.write()
parent
9e861313
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/modules/gpio.md
View file @
d0831226
...
@@ -131,7 +131,7 @@ gpio.trig(pin, "down", pin1cb)
...
@@ -131,7 +131,7 @@ gpio.trig(pin, "down", pin1cb)
#### See also
#### See also
[
`gpio.mode()`
](
#gpiomode
)
[
`gpio.mode()`
](
#gpiomode
)
## gpio.write
()
## gpio.write()
Set digital GPIO pin value.
Set digital GPIO pin value.
...
@@ -154,4 +154,4 @@ gpio.write(pin, gpio.HIGH)
...
@@ -154,4 +154,4 @@ gpio.write(pin, gpio.HIGH)
```
```
#### See also
#### See also
-
[
`gpio.mode()`
](
#gpiomode
)
-
[
`gpio.mode()`
](
#gpiomode
)
-
[
`gpio.read()`
](
#gpioread
)
-
[
`gpio.read()`
](
#gpioread
)
\ No newline at end of file
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