Saved working stuff

This commit is contained in:
r.koeppe
2024-05-16 00:40:22 +02:00
parent 2d22ccd2d6
commit a02331451d
54 changed files with 3452 additions and 13 deletions

View File

@ -27,11 +27,13 @@ extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include <stdint.h>
#include "stm32f3xx_hal.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include <stdint.h>
#include <stm32f302xc.h>
#include <stm32f3xx_hal.h>
#include <stm32f3xx_hal_conf.h>
/* USER CODE END Includes */