Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
adc
dac
pin
pwm
touch
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Library pin
To use this library in your code:
import gpio.pin
Deprecated. Use the 'gpio' library (
import gpio
) instead.
Exported interfaces
Pin
A General Purpose Input/Output (GPIO) pin.
Exported classes
Chip
A GPIO chip on Linux.
InvertedPin
A pin that does the opposite of the physical pin that it takes in the constructor.
PinBase
A base class for pins.
VirtualPin
Virtual pin.