Новый main
This commit is contained in:
11
Source/Drivers/Tick.h
Normal file
11
Source/Drivers/Tick.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef TICK_H
|
||||
#define TICK_H
|
||||
|
||||
void TICK_Init();
|
||||
unsigned long TICK_GetCount();
|
||||
float TICK_GetTime();
|
||||
void TICK_Delay(unsigned long us); // 900 us maximum
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user