docs/esp8266: Consistently replace Pin.high/low methods with .on/off.

This commit is contained in:
Paul Sokolovsky
2017-05-30 07:36:25 +03:00
parent d5b8825d5f
commit 272a5d95e0
3 changed files with 9 additions and 8 deletions

View File

@@ -35,8 +35,8 @@ Then set its value using::
Or::
>>> pin.low()
>>> pin.high()
>>> pin.off()
>>> pin.on()
External interrupts
-------------------