Skip to content

Latest commit

 

History

History

spi_slave_pio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
README

This program provides a SPI slave, which is compatible with the SPI master(s) of
the Raspberry Pi 0-4. It has been implemented using two PIO state machines of
the RP2040. With the native SPI slave of the RP2040 the master can only send one
byte per transfer, which is relatively slow.