单片机驱动收音机模块程序
时间:11-30
来源:互联网
点击:
void Radio_Key(void) /* if(radio_read[0]&0x80) if(radio_read[0]&0x40) temp[0]=duanma[frequency/100]; } #endif
{
if(!KEY_ENTER)
{
DelayMs(SCAN_DELAY);
if(!KEY_ENTER)
{
while(!KEY_ENTER)
;
matrix.S=FIRST;
}
}
}
void Radio_Read1()
{
ReceiveString(0xc0,radio_read,5);
Convert_Frequency();
temp[6]=duanma[1];
else temp[6]=duanma[0];
{
temp[7]=duanma[1];
}
else temp[7]=duanma[0];
temp[1]=duanma[frequency%100/10];
temp[2]=duanma[frequency%10];
*/
单片机收音机模 相关文章:
- Windows CE 进程、线程和内存管理(11-09)
- RedHatLinux新手入门教程(5)(11-12)
- uClinux介绍(11-09)
- openwebmailV1.60安装教学(11-12)
- Linux嵌入式系统开发平台选型探讨(11-09)
- Windows CE 进程、线程和内存管理(二)(11-09)