This commit is contained in:
bmy
2024-05-19 16:03:21 +08:00
parent 7c7e401665
commit b954205663
7 changed files with 81 additions and 25 deletions

8
app/by_measure.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _BY_MEASURE_H__
#define _BY_MEASURE_H__
void by_measure_init(void);
void by_measure_run(void);
#endif