This commit is contained in:
2025-07-07 10:41:49 +08:00
commit 1bae677e06
88 changed files with 36686 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
//PCON¶¨Òå
#define STOP (1<<1)
#define IDLE (1<<0)
void StopEnter(void);
unsigned char CheckStopCondition(void);
void IdleEnter(void);
unsigned char CheckIdleCondition(void);