Finish writing the driver; Still needs testing and debugging

This commit is contained in:
Theodor Teslia
2023-02-27 16:42:33 +01:00
parent 21e4d4a4e2
commit 71b9753860
4 changed files with 156 additions and 3 deletions

6
include/sta/config.hpp Normal file
View File

@@ -0,0 +1,6 @@
// Needed for sta/endian.hpp
#define STA_MCU_LITTLE_ENDIAN
// Needed for sta/stm32/delay.hpp
#define STA_PLATFORM_STM32
#define STA_STM32_DELAY_US_TIM