feat(ex02): should be done now too !
This commit is contained in:
parent
c908e7d543
commit
d70042cf93
11 changed files with 273 additions and 0 deletions
8
ex02/include/timer.h
Normal file
8
ex02/include/timer.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#include "mystd.h"
|
||||
|
||||
void timer1_init(void);
|
||||
|
||||
#endif /* TIMER_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue