-
20120227MLS
汽车大灯开关节点C语言编程,基于飞思卡尔芯片程序(Automotive headlight switch node C programming language, based on Freescale chips)
- 2013-03-17 16:49:04下载
- 积分:1
-
MCUchip
单片机常用芯片手册,非常实用,初学者适合(Commonly used single-chip chip manual, very practical, suitable for beginners)
- 2009-03-09 19:48:44下载
- 积分:1
-
MINISTM32-SPI
STM32 SPI程序 感觉还不错 大家可以试试看(STM32 SPI program I feel pretty good we can give it a try)
- 2012-11-29 16:27: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
-
74HC595
74hc595芯片的使用 51控制595芯片的io拉高(74hc595 chips 595 chips using 51 control pulled io)
- 2011-06-30 16:11:59下载
- 积分:1
-
4x4keyboardscan
C语言编程,4X4键盘扫描程序,可以直接使用到51单片机中(C language programming, 4X4 keyboard scanner can be used directly in the 51 SCM)
- 2009-04-30 14:56:43下载
- 积分: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
-
ImportRegPol-source
ImportRegPol is a non-interactive tool that imports the settings from a Registry Policy (registry.pol) file into the Computer or User configuration of the local group policy of the current computer. It can also parse a registry.pol file and produce an editable text file that can be consumed by Apply_LGPO_Delta v2.0.
- 2014-07-13 20:47:46下载
- 积分:1
-
STM32LCD12864
基于STM32的12864LCD显示屏的驱动程序,通过8080时序并口通信,可以直接调用函数编写,使用起来很方便(Based on the STM32 12864LCD display driver, by 8080 the timing parallel communication, you can directly call functions written, easy to use)
- 2020-10-27 20:59:59下载
- 积分:1
-
dj
说明: 有关程控之类的代码以及个人的仿真图供大家学习参考(The kind of code, and programmed the simulation diagram for your personal reference learning)
- 2011-08-24 11:24:58下载
- 积分:1