add time
This commit is contained in:
6
Core/Inc/time.h
Normal file
6
Core/Inc/time.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t ticks_ms();
|
||||
int32_t ticks_add(int32_t t1, int32_t delta);
|
||||
int32_t ticks_diff(int32_t t1, int32_t t2);
|
Reference in New Issue
Block a user