Commit d0831226 authored by Arnim Läuger's avatar Arnim Läuger
Browse files

remove space in heading for gpio.write()

parent 9e861313
......@@ -131,7 +131,7 @@ gpio.trig(pin, "down", pin1cb)
#### See also
[`gpio.mode()`](#gpiomode)
## gpio.write ()
## gpio.write()
Set digital GPIO pin value.
......@@ -154,4 +154,4 @@ gpio.write(pin, gpio.HIGH)
```
#### See also
- [`gpio.mode()`](#gpiomode)
- [`gpio.read()`](#gpioread)
\ No newline at end of file
- [`gpio.read()`](#gpioread)
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