feat(ex01): works properly

This commit is contained in:
Maix0 2026-04-15 11:31:11 +02:00
parent 9184272b75
commit c908e7d543
13 changed files with 338 additions and 0 deletions

8
ex01/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 */