河北水利局项目

This commit is contained in:
2025-12-15 16:07:49 +08:00
commit f11a7c2b95
1146 changed files with 452892 additions and 0 deletions

15
yw/rptime.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef __RPTIME__
#define __RPTIME__
#include "global.h"
void rptime_get(u8 * val);
void rptime_set(u8 * val);
void rptime_write();
void rptime_read();
u8 rp_getday();
u8 rp_gethour();
u8 rp_getminute();
u8 rp_getsecond();
#endif