Use new SPI settings

This commit is contained in:
Henrik Stickann
2022-04-15 14:57:01 +02:00
parent 3c8fce14f6
commit 4504ee9c3b
6 changed files with 98 additions and 7 deletions

View File

@@ -87,6 +87,15 @@ namespace sta
*/
void receive(uint8_t * buffer, size_t size);
/**
* @brief Get SPI interface settings.
*
* @return SPI settings
*/
const SpiSettings & settings() const;
/**
* @brief Activate device via CS pin.
*/