Microchip-MPLAB-Harmony / core

Harmony 3 Core
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_core&redirect=true
Other
16 stars 12 forks source link

SPI Driver Documentation #38

Open htcrane opened 5 months ago

htcrane commented 5 months ago

The SPI driver documentation in the header (& API help website) need a review. DRV_SPI_TransferSetup says it returns none but actually returns a bool (true if successful). This should also be reflected in the code examples by checking that it was successful. This helps users understand the library through the API doc without having to double check the actual source code.

Thanks!