-
ISO15693RFID协议及测试代码
RC632控制器,对ISO1443A/1443B/15693协议卡的读写代码,包括底层协议通信和上层的测试代码,可以直接参考用于实际项目中。包括寻卡,读写卡等常用的代码。代码是经过实际测试的,可以正常使用。
- 2023-05-16 13:30:03下载
- 积分:1
-
GEC S3C2410 核心板的原理图,能够与GEC的核心板兼容
GEC S3C2410 核心板的原理图,能够与GEC的核心板兼容
-GEC S3C2410 core board schematics, with the core of GEC board compatible
- 2023-04-29 15:50:03下载
- 积分:1
-
Simple Upload File in PHP
1表格-索引.html
- 2023-06-13 18:15:02下载
- 积分:1
-
smc up ads mpc860 driver, non
ads mpc860上smc的驱动程序,不带操作系统,属于纯粹的物理的驱动-smc up ads mpc860 driver, non-operating system, belong to a purely physical drive
- 2022-08-18 08:03:54下载
- 积分:1
-
以三星的2410芯片作为CUP的开发板,通过编写低层驱动,实现在WINCE环境下进行ADC采集并绘出图形。...
以三星的2410芯片作为CUP的开发板,通过编写低层驱动,实现在WINCE环境下进行ADC采集并绘出图形。-Samsung 2410 chip with CUP as a development board, through the preparation of low-level driver to achieve the WINCE environments ADC capture and draw the graph.
- 2023-01-03 23:40:04下载
- 积分:1
-
浙江大学的悟空嵌入式系统模拟器的开发手册,WUKONG是从底层的CPU、硬件电路板开始模拟的开放源码的嵌入式系统模拟器。...
浙江大学的悟空嵌入式系统模拟器的开发手册,WUKONG是从底层的CPU、硬件电路板开始模拟的开放源码的嵌入式系统模拟器。-Zhejiang University Wukong Embedded System Simulator Development Handbook, WUKONG from the bottom of the CPU, hardware circuit board simulation of the beginning of open-source embedded system simulator.
- 2022-03-16 23:29:17下载
- 积分:1
-
Booth乘法器
附件是在verilog中实现booth乘法器的代码。此乘法器可以在其他各种程序中用作乘法器,而不是普通的乘法器,以实现更快的运算。
- 2022-03-23 07:59:27下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
Buffer algorithm commonly used in embedded List. Can directly use interface has...
嵌入式常用的Buffer 算法 List。
可以直接使用已完成接口。-Buffer algorithm commonly used in embedded List. Can directly use interface has been completed.
- 2022-04-29 08:55:30下载
- 积分:1
-
基于PCI
基于PCI-1240运动控制卡的示例2-ArcTheta-Based on the PCI-1240 motion control card sample 2-ArcTheta
- 2022-06-30 15:47:48下载
- 积分:1