例程中用的C8051F310的MCU,实现了CC1100的数据收发,包括接受与发送程序,可是实现双边通信,而且是低功耗状态~~是搞短距离无线通讯的参考范例
MZT24彩屏 320x240 C51源程序
MT8888拨打电话号码,MT8888工作于DTMF模式.
c51读写MT8888源程序
控制
/**********************************多级菜单LCD显示********************************************/ /*********作者:王胜文。QQ:95201972 email:nunk@163.com 希望与大家交流2007。08。03**********/ #include #include #include #include #include void (*current_operation_index)();// uchar func_index=0; uchar func_index; typedef struct { uchar current; uchar up; uchar down; uchar enter; void (*current_operation)(); } key_table;