-
ad7682
4通道ad7682驱动程序 在msp430单片机上调试成功(4-channel ad7682 driver debugging success msp430 microcontroller)
- 2020-12-03 14:39:24下载
- 积分:1
-
VCPPFileMonitor
本程序可自动监测被测主机中的所有文件的操作,通信包截获等(The program can operate automatically monitor files, such as intercepted communications package)
- 2015-04-09 13:53:57下载
- 积分:1
-
STM32_EXTI
STM32单片机开发例程,这里是外部中断的开发例程(STM32 MCU development routines, here is the development of the external interrupt routine)
- 2014-04-13 16:48:03下载
- 积分:1
-
Train-ticket-booking-system
自己动手用C语言编写的火车票订票系统,很适合C语言初学者学习和交流(Yourself C language ticket booking system, it is suitable for beginners to learn C language and communication)
- 2014-09-20 22:09:53下载
- 积分:1
-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分:1
-
C8051F06x
c8051f060单片机开发的基础代码,i/o口c语言测试程序,适合初学者。(c8051f060 microcontroller development code base)
- 2014-04-02 15:29:04下载
- 积分: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
-
sortlistctrldemo
listctrl控件,用回调函数进行排序(listctrl controls, using a callback function Ranking)
- 2005-01-28 09:29:24下载
- 积分:1
-
guangyixingzhi
求质立方体的广义星轵发,用于数字系统设计自动化(seeking quality cube of generalized end of axle outside of hub-made for digital system design automation)
- 2007-05-22 18:42:52下载
- 积分:1
-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1