This commit is contained in:
moyuhai
2026-06-09 16:39:17 +08:00
commit 41a602f89c
3057 changed files with 771495 additions and 0 deletions
@@ -0,0 +1,9 @@
#ifndef __TEST_H
#define __TEST_H
#include <stdint.h>
extern void test_init(uint8_t value);
extern void test_100ms(void);
#endif