This commit is contained in:
2022-12-18 15:37:26 +01:00
commit 514670e897
39 changed files with 6060 additions and 0 deletions

7
spi.hpp Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <stm32f1xx_hal.h>
#include "stm32f1xx_hal_spi.h"
bool MX_SPI1_Init(void);