/* * SimpleTimer.c * * Created on: Aug 25, 2024 * Author: DashyFox */ #include "SimpleTimer.h" uint32_t millis(){ return HAL_GetTick()*10; }