51单片机蜂鸣器之《东西》
摘要:
#include #define uint unsigned int #define uchar unsigned char sbit voice=P1^5; uchar code sound[]={0xff, 0x26,0x20,0x2b,0x20,0x26,0x20,0x2b,0x20,0x26,0x20,0x2b,0x20,0x26,0x20, ... 阅读全文
posted @ 2019-01-23 09:59 梁锦杰 阅读(277) 评论(0) 推荐(0) 编辑