-
pwm
stm32输出四路pwm,能完成占空比可调,频率可变化的pwm(Stm32 four road PWM output, can finish the duty ratio is adjustable, can change the PWM frequency)
- 2017-02-23 08:57:04下载
- 积分:1
-
spi_test
IC(PIC16F690)驱动程序C语言代码,为需要帮助的人提供方便,互相帮助!(IC (PIC16F690) driver C language code, for the people who need help to facilitate and help each other!)
- 2013-06-24 09:20:05下载
- 积分:1
-
100T2
汽车横、轨道衡,电子汽车衡技术协议说明文档资料(Automotive Wang, railroad track scale, electronic truck scale information technology agreement documentation)
- 2007-08-21 22:00:52下载
- 积分: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
-
cvery_252525234
C++ SDK绘图。涉及函数:WinProc Draw(C++ SDK graphics. Related to function: WinProc Draw)
- 2008-01-25 10:49:47下载
- 积分:1
-
jbrj
针对RN8209新型电表计量芯片的校表软件,使用DLT645-2007通讯协议(RN8209 for new electricity metering chip calibration software, communications protocols using DLT645-2007)
- 2021-02-01 14:40:00下载
- 积分:1
-
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
-
Components
zigbee无线定位系统的相关程序代码。很有用 都有相关解释(zigbee location code)
- 2021-03-09 21:59:27下载
- 积分:1
-
SHIYANJIU
基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)
- 2013-07-17 14:12:29下载
- 积分:1
-
51watch-dog
通过51看门狗定时器的使用,了解看门狗定时器的功能(Through the use of the watchdog timer 51, the Watchdog Timer function
)
- 2014-03-30 13:16:43下载
- 积分:1