按單片機按鍵,蜂鳴器發出不同的聲音 PROTEUS 和51單片機教程(仿真文件+源代碼)

功能:按單片機按鍵,蜂鳴器發出不同的聲音 PROTEUS 和51單片機教程(附仿真文件+源代碼) C程序源代碼 如下: /* 按鍵發音 */ #include <reg51.h> typedef unsigned char uint8; typedef unsigned int uint16; sbit K1 = P1^0; sbit K2 = P1^1; sbit K3 = P1^2; sbit
相關文章
相關標籤/搜索