Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
spi_module_arduino.hpp
Go to the documentation of this file.
1#ifndef SPI_MODULE_ARDUINO_H
2#define SPI_MODULE_ARDUINO_H
3
4#include <SPI.h>
5
6#include "../../spi_module.h"
7
31int spi_module_init_arduino(struct spi_module *spi_module, SPIClass *spi_device);
32
37#endif // SPI_MODULE_ESPIDF_H
int spi_module_init_arduino(struct spi_module *spi_module, SPIClass *spi_device)
Initialize an spi_module struct using Arduino's SPI interface.
Hardware abstraction layer for userland SPI drivers.
Definition spi_module.h:22