espp/spi

1.1.0

Latest
uploaded 56 minutes ago
SPI component for ESP-IDF

readme

# SPI Component

[![Badge](https://components.espressif.com/components/espp/spi/badge.svg)](https://components.espressif.com/components/espp/spi)

The `Spi` class provides a simple C++ wrapper around the ESP-IDF SPI master
driver. It manages SPI bus initialization, per-device registration, blocking
transfers, queued transactions, and bus acquisition.

## Example

The [example](./example) shows how to create an SPI bus, attach a device, and
perform a simple addressed read transaction, with the address phase driven on
MOSI and the response read back on MISO.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/spi^1.1.0"

download archive

Stats

  • Archive size
    Archive size ~ 8.29 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/spi version: 1.1.0
|