-
TSW_SDK_6206
同三维万能采集卡系列开发SDK包,包含例程等!
(With three-dimensional universal capture card series development SDK package includes routines, etc.!)
- 2013-06-17 11:52:46下载
- 积分:1
-
cantest
利用MFC编写的can测试界面,可以对can数据进行设置以及收发测试(Using MFC to write the can test interface, you can set up can data, as well as send and receive tests)
- 2020-09-13 17:07:58下载
- 积分:1
-
7746
AD7746 用51测试来获取最小电容~(use 51 measure AD7746)
- 2021-04-15 15:08:54下载
- 积分: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
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分:1
-
52DHT11-1602
stc89c52测试DHT11并用1602显示(DHT11 stc89c52 test and 1602 showed)
- 2016-04-18 17:04:44下载
- 积分:1
-
infrared-transmitting-receiving-
本文包括红外发射和接收模块,以及和他们相关的资料信息
(In this paper, including the infrared emission and receiving module, and their related information)
- 2015-04-14 12:07:28下载
- 积分:1
-
Timer
定时器:设定时间格式(00::00)后,到时间弹出提示(timer:set time(00:00),then run up)
- 2013-12-07 08:46:19下载
- 积分:1
-
LEDtest
利用单片机作为芯片,利用点阵按钮通过继电器控制LED灯(Using single chip microcomputer as a chip, using bitmap button by relay control LED lights)
- 2013-08-22 10:32:00下载
- 积分:1
-
stc12c5a60s2_spi_12864
stc12c5a60s_spi直接驱动st7920(12864)
串口驱动、只用个IO口(stc12c5a60s_spi direct drive st7920 (12864) serial driver, only with a IO port)
- 2020-09-12 20:27:58下载
- 积分:1