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/utils.h
Normal file
8
ex01/include/utils.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include "mystd.h"
|
||||
|
||||
void delay_ms(uint16_t count);
|
||||
|
||||
#endif /* UTILS_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue