feat(ex01): works properly
This commit is contained in:
parent
9184272b75
commit
c908e7d543
13 changed files with 338 additions and 0 deletions
8
ex01/include/timer.h
Normal file
8
ex01/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