docs/esp8266: Consistently replace Pin.high/low methods with .on/off.
This commit is contained in:
@@ -35,8 +35,8 @@ Then set its value using::
|
||||
|
||||
Or::
|
||||
|
||||
>>> pin.low()
|
||||
>>> pin.high()
|
||||
>>> pin.off()
|
||||
>>> pin.on()
|
||||
|
||||
External interrupts
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user