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

@@ -45,6 +45,7 @@ namespace sta
void receive(uint8_t * buffer, size_t size) override;
private:
SPI_HandleTypeDef * handle_; /**< SPI handle */
};