2021-09-05 14:34:01 +08:00

32 lines
268 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __BEEP_H
#define __BEEP_H
#include "common.h"
//////////////////////////////////////////////////////////////////////////////////
//LED<45>˿ڶ<CBBF><DAB6><EFBFBD>
#define BEEP PGout(7) // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IO
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void BEEP_Init(void); //<2F><>ʼ<EFBFBD><CABC>
#endif