feat(ex02): should be done now too !

This commit is contained in:
Maix0 2026-04-15 13:15:55 +02:00
parent c908e7d543
commit d70042cf93
11 changed files with 273 additions and 0 deletions

8
ex02/include/utils.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef UTILS_H
#define UTILS_H
#include "mystd.h"
void delay_ms(uint16_t count);
#endif /* UTILS_H */