This commit is contained in:
2026-04-23 10:50:18 +08:00
commit a436fda935
844 changed files with 272643 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef __TEMP_H
#define __TEMP_H
//#include "sys.h"
#include "general_type.h"
void get_temperature(u16 *temp);
#endif