⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (257 Bytes)
Statistics
| Revision:
repo2
/
firmware_eclairexl
/
usb
/
timer.h
View
History
Annotate
// interface between USB timer and minimig timer
#ifndef TIMER_H
#define TIMER_H
//#include <inttypes.h>
#include
<common/integer.h>
typedef
uint32_t
msec_t
;
void
timer_init
();
msec_t
timer_get_msec
();
bool
timer_elapsed
(
msec_t
end
);
#endif // TIMER_H
« Previous
1
…
12
13
14
15
16
17
Next »
(14-14/17)
Loading...