fix all
This commit is contained in:
parent
7eb2daf73f
commit
e1f30e6f6d
12 changed files with 290 additions and 5 deletions
8
ex03/include/utils.h
Normal file
8
ex03/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