mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
IR_CMD_Handler
This commit is contained in:
12
Core/Src/SimpleTimer.c
Normal file
12
Core/Src/SimpleTimer.c
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* SimpleTimer.c
|
||||
*
|
||||
* Created on: Aug 25, 2024
|
||||
* Author: DashyFox
|
||||
*/
|
||||
|
||||
#include "SimpleTimer.h"
|
||||
|
||||
uint32_t millis(){
|
||||
return HAL_GetTick()*10;
|
||||
}
|
Reference in New Issue
Block a user