-
TEXT2.4G
nrf2401 发射机和接收机双向同步跳频,在35个信道上来回跳 超级防干扰(Nrf2401 two-way synchronization of fh transmitter and receiver, jump to and fro on the 35 channels Super tamper-proof)
- 2015-04-19 19:58:23下载
- 积分:1
-
Exceptional-CPP
This second edition cancels and replaces the first edition,
ISO/IEC 9899:1990, as amended and corrected by
ISO/IEC 9899/COR1:1994, ISO/IEC 9899/AMD1:1995, and
ISO/IEC 9899/COR2:1996.
- 2014-10-22 21:17:02下载
- 积分:1
-
SensorLine
利用 USB2I2C开发板和软件实现了对CMOS图像传感器的在线调试。该系统运行稳定,体积小,外围电路简单,可灵活应用于多种CMOS图像传感器在线调试的场合以进行图像质量调整。本系统在调试过程中能生成调试log文件和寄存器配置文件。调试log文件记录调试过程中寄存器更改过程,可方便追踪、查看调试过程;寄存器配置文件保存最终调试结果,方便用户进一步的应用。(Use USB2I2C development board and software realization of the CMOS image sensor circuit debugging. The system is stable, small, simple external circuit can be flexibly applied to a variety of CMOS image sensors in-circuit debugger occasion for image quality adjustment. The system can generate in the debugging process debugging log file and registers the configuration file. Debug log file records the process of debugging registers the change process, can be easily tracked, view the debugging process register configuration file to save the final result debugging, user-friendly application further.)
- 2014-04-04 16:13:07下载
- 积分: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
-
cj60libTest
cj60lib示例代码,包含例子的工程,虽然简单却实用。(example of cj60lib)
- 2013-03-19 21:26:08下载
- 积分:1
-
NOKIA5110
nokia5110源码加仿真测试,初始化液晶,按键测试静态动态显示(nokia5110 source plus simulation test, initialize the LCD, keypad test static dynamic display)
- 2013-06-07 00:10:37下载
- 积分:1
-
Effective
c++ effective系列丛书电子版(c++ effective electronic version of the book series)
- 2013-12-06 19:18:06下载
- 积分:1
-
2003-05-22_ps2kbd_fw
说明: 一个PS2键盘单片机, 使用Philips的接口+8051,写的不错,非常值得学习.(a PS2 keyboard microcontroller, the use of the interface, Philips 8051, was a good, very worth learning.)
- 2005-11-04 21:45:05下载
- 积分:1
-
MainPage
基于VC++的,以操作文件的方式(CreateFile,WirteFile,ReadFile)来操作串口实现的射频卡门禁系统,实现了包括读卡写卡,寻卡防冲突等功能。(Based VC++ in order to manipulate papers (CreateFile, WirteFile, ReadFile) to operate the serial interface of the RF card access control systems, including the realization of the card reader to write, look for cards anti-collision function.)
- 2013-06-28 15:30:21下载
- 积分:1
-
cc2530-datasheet
cc2530zigbee芯片英文资料,数据手册(cc2530zigbee chip information in English, Data Sheet)
- 2013-08-24 15:02:02下载
- 积分:1