资源列表
[其它资源] AT45DB041readwrite
说明:/*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most sign<姚晓光> 在 2008-10-13 上传 | 大小:3.29kb | 下载:0
[其它资源] 11213224399
说明:使用QT开发嵌入式图形程序的指导,从QT/Embedded的配置到项目的构建,都有具体的分析,个人觉得很管用:)<李晨爔> 在 2008-10-13 上传 | 大小:2.63mb | 下载:0
[其它资源] mcucontrolkeyboard
说明:进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$<姚晓光> 在 2008-10-13 上传 | 大小:6.85kb | 下载:0