diff options
Diffstat (limited to 'docs/esp8266/tutorial/pins.rst')
-rw-r--r-- | docs/esp8266/tutorial/pins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/esp8266/tutorial/pins.rst b/docs/esp8266/tutorial/pins.rst index a44f40d3a7..cd45c83cd3 100644 --- a/docs/esp8266/tutorial/pins.rst +++ b/docs/esp8266/tutorial/pins.rst @@ -35,8 +35,8 @@ Then set its value using:: Or:: - >>> pin.low() - >>> pin.high() + >>> pin.off() + >>> pin.on() External interrupts ------------------- |