2022-02-07 13:58:46 +08:00

9 lines
165 B
C
Raw Blame History

#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