mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
32 lines
268 B
C
32 lines
268 B
C
#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
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|