精选优质文档-倾情为你奉上基于单片机C52的音乐播放C语言程序/此程序在硬件上调试通过/本程序的单片机晶振采用11.0592M#include reg52.h#include intrins.h/#define uchar unsigned char/#define uint unsigned intsbit BEEP = P10;sbit S1 = P33;sbit S2 = P35;unsigned char timer0h,timer0l,timer0h1,timer0h2,timer0l1,timer0l2,time1,time2;/void Delay_MS();保存了4个八度的28个频率数据unsigned char code FREQH= 0xf2,0xf3,0xf5,0xf5,0xf6,0xf7,0xf8,/低音 0xf9,0xf9,0xfa,0xfa,0xfb,0xfb,0xfc,0xfc,/中音i 0xfc,0xfd,0xfd,0