huyongji1.1-system/App/gungshi/guangshi.h

12 lines
172 B
C
Raw Normal View History

2025-04-16 09:58:09 +08:00
#ifndef GUANGSHI_H
#define GUANGSHI_H
#include "main.h"
#include "Driver.h"
extern uint8_t bizohi;
void Check_Power_Source(void);
2025-05-20 09:41:22 +08:00
uint8_t Get_Power_Type(void);
2025-04-16 09:58:09 +08:00
#endif