12 lines
143 B
C
12 lines
143 B
C
|
#ifndef GUANGSHI_H
|
||
|
#define GUANGSHI_H
|
||
|
#include "main.h"
|
||
|
#include "Driver.h"
|
||
|
extern uint8_t bizohi;
|
||
|
void Check_Power_Source(void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|