feat(ex02): done

This commit is contained in:
Maix0 2026-04-16 16:43:23 +02:00
parent 3b45f18fa0
commit a777f9ac5e
9 changed files with 510 additions and 1 deletions

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

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