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/timer.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef TIMER_H
#define TIMER_H
#include "mystd.h"
void timer1_init(void);
#endif /* TIMER_H */