Bare functionality finished for basic GPIO pin abstraction

This commit is contained in:
2025-09-02 00:12:08 -07:00
parent db75c06c90
commit 35bc902187
6 changed files with 37 additions and 40 deletions

View File

@@ -14,7 +14,7 @@
#include "SHAL_CORE.h"
enum class Timer_Key { //For STM32F072
enum class Timer_Key : uint8_t { //For STM32F072
S_TIM1,
S_TIM2,
S_TIM3,