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

@@ -19,7 +19,7 @@ int main() {
Timer timer2 = getTimer(Timer_Key::S_TIM2);
timer2.setPrescaler(8000 - 1);
timer2.setARR(2000 - 1);
timer2.setARR(500 - 1);
timer2.setCallbackFunc(tim2Handler);
timer2.start();