mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
9 lines
165 B
C
9 lines
165 B
C
#ifndef __SHARE_H
|
||
#define __SHARE_H
|
||
|
||
#ifndef ARRAY_SIZE
|
||
#define ARRAY_SIZE(x) ((sizeof(x)/sizeof(x[0]))) //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԫ<EFBFBD>ظ<EFBFBD><D8B8><EFBFBD>
|
||
#endif
|
||
void Delay_Ms(int ms);
|
||
#endif
|