spi_controller

Example of the component plasmapper/pl_spi v1.0.2
# SPI Controller Example

1. SPI interface is initialized (host: HSPI_HOST, MOSI pin: 5, MISO pin: 18, SCLK pin: 19).
2. SPI controller is initialized (SPI mode: 0, frequency: 10 MHz, CS pin: 21, number of address bits: 8, max SCLK-MISO delay: 30 ns).
3. 2 bytes are written to the target.
4. 2 bytes are read from the target.

To create a project from this example, run:

idf.py create-project-from-example "plasmapper/pl_spi^1.0.2:spi_controller"

or download archive (83 bytes)