SIMS-IOT-Devices / FreeRTOS-ESP-IDF-SPI

Master SPI (VSPI) initiation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeRTOS-ESP-IDF-SPI

1 - ESP32 - Scope:
   In VSPI_initiation.c file Master SPI (VSPI) initiation is implemented.

2 - ESP32 - ESP32 (Master as transmitter):
   The Master_transmitter_output.c file sends "A" character to the slave,
   and the Slave_receiver_input.c file receives "A" from a master.

3 - ESP32 - ESP32 (Master as receiver):
   The Master_receiver.c file receives a string from the slave,
   and the Slave_transmitter.c file sends a string to the master.

About

Master SPI (VSPI) initiation


Languages

Language:C 100.0%