资源简介
SI4463 51单片机测试代码
代码片段和文件信息
/**********************************************************
;copyright :shenzhen coolwaveasia
;filename :key.c
;writeb :dengyihong
;describe :按键扫描
;notice :
;*********************************************************/
#include “..\header\key.h“
enum Key_Info Key_Value; // 按键值
U8 Key_Old_Buf = MASK_KEY;
bit Key_Msg = 0; // 处理按键消息标志
bit Have_Key_Push = 0; // 按键按下标志
/**********************************************************
name: key_scan
input: none
output: none
describe: 按键扫描
notice:
creat date: 2008-6-10
creator: dengyihong
**********************************************************/
void key_scan(void)
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3079 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\IO.H
文件 2651 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\io.h.bak
文件 533 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\key.h
文件 732 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\key.h.bak
文件 909 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\lcd.h
文件 924 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\lcd.h.bak
文件 1499 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\MAIN.H
文件 1229 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\main.h.bak
文件 4148 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\MAINDEF.H
文件 2618 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\maindef.h.bak
文件 7042 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\modem_params.h
文件 71075 2013-11-16 10:38 4463-51按键通讯\c51forsi4463_rx\header\RADIO_CONFIG_SI4461.H
文件 5580 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\rf.h
文件 6436 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\rf.h.bak
文件 5257 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\si446x.h
文件 15709 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\Si446x_B1_defs.h
文件 16484 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\header\SI446X_DEFS.H
文件 2139 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\key.lst
文件 6995 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\key.obj
文件 7875 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\lcd.lst
文件 11430 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\lcd.obj
文件 125987 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main
文件 8685 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main.hex
文件 52 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main.lnp
文件 11439 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main.lst
文件 47419 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main.M51
文件 60156 2013-12-06 16:15 4463-51按键通讯\c51forsi4463_rx\main.obj
文件 3733 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\main.opt.bak
文件 240 2015-09-22 10:24 4463-51按键通讯\c51forsi4463_rx\main.plg
文件 2350 2013-10-28 23:13 4463-51按键通讯\c51forsi4463_rx\main.Uv2.bak
............此处省略85个文件信息
- 上一篇:AMIC 7108远距离无线芯片
- 下一篇:基于UDP的局域网聊天系统.doc
评论
共有 条评论