-
Modbus_HoldStart)
modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
- 2014-02-22 14:42:15下载
- 积分:1
-
red-translator
红外解码,通过单片机的红外解码控制单片机上的相关控件。(failed to translate)
- 2011-07-07 09:45:03下载
- 积分:1
-
PCM_to_PWM
語音的16bit PCM Data 轉成PWM方式輸出(Voice of 16bit PCM Data converted into PWM mode output)
- 2020-07-01 20:00:02下载
- 积分:1
-
Downloda
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码(C++ LUA混合而成
)
- 2021-02-04 06:39:58下载
- 积分:1
-
changkouLED
通过上位机来控制LED显示的数字内容,主要是动态显示数字变化情况(Through the host computer to control the LED display digital content, mainly dynamic display of digital changes)
- 2013-04-29 19:04:23下载
- 积分:1
-
MC9S12XS128changyongmokuai
MC9S12系列单片机的学习的资料,里面包括了其重要的技术模块及编程技巧,能帮助大家更好的了解和使用这款单片机(MC9S12 series MCU learning materials, including its important technical modules and programming skills, to help people better understand and use the single chip microcomputer
)
- 2013-10-16 10:01:22下载
- 积分:1
-
1
说明: CRC循环的代码,可以用,很详细,欢迎下载(CRC cyclic code can be used, in great detail, are welcome to download)
- 2010-05-13 03:38:26下载
- 积分:1
-
pgr7
scaling triangle using scaling transformation algorithm
- 2014-10-17 14:09:20下载
- 积分: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
-
M16_LED1
M16跑马灯试验,内容丰富,代码简单,信息量大(M16 Marquee test, content-rich, simple code, the large amount of information)
- 2012-05-28 13:24:09下载
- 积分:1