添加功能

scan_files:扫描目录
This commit is contained in:
Qiea
2024-11-13 00:38:53 +08:00
parent 9566fb0db7
commit 5ee5304676
5 changed files with 42 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
void DEBUG(void);
void DEBUG_PRINTF(const char *fmt, ...);
void SDRAM_USED(void);
void scan_files(u8 * path);
void TIM3_Init(u16 arr,u16 psc);
#endif