Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
ec618
encoding
esp32
expect
fixed-point
flash
font
gpio
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 spi
To use this library in your code:
import spi
Interfaces
Device
A device connected with SPI.
Classes
BufferTarget
An ESP32 SPI target that remains armed using native response and receive buffers.
Bus
Bus for communicating using SPI.
Registers
Register description of a device connected to an SPI bus.
Target
An ESP32 SPI target that handles one transaction at a time with a controller.
Globals
DEFAULT-TARGET-MAX-TRANSFER-SIZE
Default maximum transaction size for an SPI target.
TARGET-NON-DMA-MAX-TRANSFER-SIZE
Maximum transaction size for an SPI target without DMA.