-
教育机器人大赛_机器人游中国程序
资源描述这是我参加教育机器人大赛的源代码,用了10个qti巡线传感器,前5后5,-1-4-4-1排列。当时是拿了国家一等奖
- 2022-05-19 07:42:25下载
- 积分:1
-
嵌入式系统中的一个显示器的驱动程序,MCU使用8051,现已投产。...
嵌入式系统中的一个显示器的驱动程序,MCU使用8051,现已投产。--A driver program for the monitor in embedded system. MCU uses 8051.
- 2022-02-20 21:05:07下载
- 积分:1
-
基于spartan3的PCI-FPGA开发板原理图详细资料。有参考价值。
基于spartan3的PCI-FPGA开发板原理图详细资料。有参考价值。-Spartan3 Based on the PCI-FPGA development board schematic details. Have reference value.
- 2023-07-02 16:05:03下载
- 积分:1
-
ATmaga128单片机数码管显示程序
可以在任意位显示(0到f)的任意数字字符...
ATmaga128单片机数码管显示程序
可以在任意位显示(0到f)的任意数字字符-ATmaga128 single-chip digital display can show at any place (0 to f) the number of arbitrary characters
- 2022-02-02 01:37:50下载
- 积分:1
-
Mainly based on the introduction of a Philips company MF RC500 RFID reader desig...
主要介绍一种基于Philips公司的MF RC500的射频识别读写器的设计:首先介绍系统的组成以及MF RC500的特性,接着给出天线的设计规范,最后给出MCU 89C52与MF RC500的接口原理图、对Mifare卡操作流程以及及读卡的程序。-Mainly based on the introduction of a Philips company MF RC500 RFID reader design: First of all system components as well as the introduction MF RC500 features, and then given antenna design specifications, and finally gives MCU 89C52 interface with the principle of MF RC500 diagram, the operation flow of the Mifare card and the card reader as well as procedures.
- 2022-01-22 15:33:24下载
- 积分:1
-
多种时钟下的汇编延时程序,基于定时器的,精准
多种时钟下的汇编延时程序,基于定时器的,精准-Compilation of a wide range of clock delay under the process, based on the timer, precision
- 2023-05-07 11:25:02下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
failed to translate
winCE下 静态控件类,图片文字背景透明-winCE under static control class, pictures, text background transparent
- 2022-02-13 04:28:28下载
- 积分:1
-
精确定时+中断+进制转换+移位+LED显示+按关键加速+EEPROM 存储测试...
精确定时+中断+进制转换+移位+LED显示+按关键加速+EEPROM 存储测试-Precise Timing+ Interrupted+ Hexadecimal conversion+ Shift+ LED display+ By key accelerate+ EEPROM memory test
- 2022-07-15 21:48:38下载
- 积分:1
-
二维码生成解析源码
QRCODE二维码作者开源的生成及解析的源码,可以移植到单片机上,纯C编写,库的接口使用起来非常方便,说明也很详细。
- 2022-06-18 12:26:41下载
- 积分:1