timer int LED

This commit is contained in:
wanghao
2024-08-09 16:34:11 +08:00
parent 673db2d79f
commit 27a1f5624e
6 changed files with 90 additions and 9 deletions

8
CHIRP/board/timer.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef TIMER_H
#define TIMER_H
void timer_config(void);
#endif /* TIMER_H */