Added CORE general include header discerning STM32 platform includes and containing global structs and defines

This commit is contained in:
2025-08-29 23:21:56 -07:00
parent 45abfc6c88
commit 098e57eb2f
5 changed files with 78 additions and 10 deletions

View File

@@ -1,7 +1,15 @@
/**
******************************************************************************
* @file SHAL_TIM.h
* @author Luca Lizaranzu
* @brief Declarations of timer related objects
******************************************************************************
*/
#ifndef SHAL_TIM_H
#define SHAL_TIM_H
#include "SHAL_TIM_REG.h"
#include "SHAL_TIM_REG_F072xB.h"
#include "SHAL_TIM_CALLBACK.h"
#include <array>