Arduino_Core_STM32
Arduino_Core_STM32 copied to clipboard
SPI: Add half-duplex support
Summary
This PR fixes/implements the following bugs/features
- [x] Feature: Implement conditional GPIO configuration based on device mode and duplex setting
- [x] Breaking changes:
beginandbeginTransactionnow return a boolean indicating if they succeeded - [x] Breaking changes:
spi_transfer_ereturns aspi_status_einstead of void
Validation
- [TODO]: Demonstrate the code is solid. [e.g. Provide a sketch]