|
Serial Peripheral Interface Reusable Driver v1.1
This project implements SPI reusable driver that can be adapted to various microcontrollers.
|

Files | |
| dio.c | |
| The implementation for the DIO driver. | |
| dio_cfg.c | |
| This module contains the implementation for the digital input/output peripheral configuration. | |
| main.c | |
| Implement the master SPI driver using Nucleo-F401RE. | |
| spi.c | |
| The implementation for the SPI Driver. | |
| spi_cfg.c | |
| This module contains the implementation for the Serial Peripheral Interface (SPI). | |