-
pcf7961
汽车遥控钥匙RKE开发:pcf7961相关资料及代码,包括库应用文件、HITAG-3协议说明及软件架构等PDF资料。(RKE development.Remote Keyless pcf7961 relevant information and code, including database application files, HITAG-3 protocol description and software architecture PDF files.)
- 2020-10-30 15:59:56下载
- 积分:1
-
frameparse
一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确(An Ethernet frame analysis program, the following functions: parsing the encapsulated Ethernet V2.0 frame encapsulation (see annex), to determine the number of frames, each frame contents all fields to detect CRC checksum is correct)
- 2013-12-06 17:41:20下载
- 积分:1
-
24L01
这是24L01台产资料,详细介绍了24L01如何使用,还有一些教程。(The machine is 24 l01 production data, 24 l01 was introduced in detail how to use, and some tutorial)
- 2016-04-29 14:42:01下载
- 积分:1
-
tongbu
关于无线传感器网络时间同步算法RBS算法的仿真(About wireless sensor network time synchronization algorithm RBS algorithm simulation)
- 2020-06-30 16:00:01下载
- 积分:1
-
AD9910
这是AD9910 DDS芯片的verilog配置程序,经调试已成功,可以供大家参考。(AD9910 verilog configuation.)
- 2010-05-27 10:31:15下载
- 积分:1
-
AD_lcd
基于TI公司的msp430g2553单片机的lcd显示程序,好用(Based on TI company s msp430g2553 MCU LCD display program, absolutely easy to use)
- 2013-09-12 12:23:53下载
- 积分:1
-
D_Motor
AT89C51控制步进电机,实现正反转加减速,驱动芯片是ULN2803.(AT89C51 control the stepper motor to achieve reversing acceleration and deceleration, the driver chip is the ULN2803.)
- 2011-05-30 21:09:36下载
- 积分:1
-
motor_encoder
stm32f072rbt6
直流电机编解码(光栅编码器)的数据采集程序。(stm32f072rbt6 DC codec (coder raster) data collection program.)
- 2015-09-14 11:28:37下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
STM8_DevelopmentEnvironmentSmallestProjectSystem
说明: STM8 开发环境、最小项目工程、最小系统 二、STM8S的最小硬件系统
STM8的最小硬件系统包含下列部分:
1、电源
2、时钟管理
3、复位管理
4、调试接口(SWIM)
(Development EnvironmentSmallestProjectSystem)
- 2010-04-17 15:09:50下载
- 积分:1