-
传送指令MOV的学习程序
传送指令MOV的学习程序,三菱PLC控制程序(A learning program for sending instruction MOV)
- 2018-04-03 15:11:33下载
- 积分:1
-
STC89C52andX5045
STC89C52源代码,功能主要包括:看门狗、键盘、数码显示,通信控制。(STC89C52 source code, functions include: watchdog, keyboard, digital display, communication control.)
- 2012-08-23 10:23:28下载
- 积分:1
-
freescale
Freescale 芯片例程,开发工具Codewarrior指南,芯片K60P144M100SF2完整指南(english), K60芯片IAR及CW例程和开发环境使用(Freescale K60 processor examples. Codewarrior user guide, K60 family reference book, K60 IAR developing examples and environment user guide.)
- 2013-02-01 09:47:23下载
- 积分: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
-
PS2-8X8
用51单片机实现PS2协议键盘,内有源码和PRETUS仿真(a ps2 keyborad code based on 51 CPU)
- 2014-04-11 23:32:03下载
- 积分:1
-
ds18b20
单片机DS18B20测温功能模块 DS18B20数字温度传感器接线方便,封装成后可应用于多种场合,如管道式,螺纹式,磁铁吸附式,不锈钢封装式,型号多种多样,有LTM8877,LTM8874等等。主要根据应用场合的不同而改变其外观。封装后的DS18B20可用于电缆沟测温,高炉水循环测温,锅炉测温,机房测温,农业大棚测温,洁净室测温,弹药库测温等各种非极限温度场合。耐磨耐碰,体积小,使用方便,封装形式多样,适用于各种狭小空间设备数字测温和控制领域。.(DS18B20 digital temperature sensor MCU DS18B20 temperature measurement function module wiring convenience, packaged as can be applied to a variety of occasions, such as pipes, threaded, magnets, stainless steel package, a variety of models, LTM8877, LTM8874 and so on. Main changes its appearance depending on the applications. Package after the DS18B20 temperature measurement, can be used in the cable trench blast furnace water cycle temperature measurement, boiler temperature measurement, room temperature measurement, the agriculture greenhouse temperature measurement, temperature measurement of a clean room, the temperature measurement of the ammunition depot various temperature extremes occasions. Resistant to wear and touch, small size, easy to use package forms, suitable for a variety of the narrow space equipment digital temperature measurement and control field. .)
- 2012-11-22 20:22:25下载
- 积分:1
-
gps_with_glcd
Code GPS to LCD By C code
- 2012-01-21 03:06:20下载
- 积分:1
-
xiaruocen
粮仓温度报警,设置温度上限,超过上限温度报警(Granary temperature alarm, set the upper limit of temperature, exceeding the upper limit temperature alarm)
- 2017-03-30 18:19:22下载
- 积分:1
-
PWM-DC-MOTOR
说明: 电位器输入电压信号,经过ADC转换作为PWM的控制信号,可连续调节直流电机转速(Potentiometer input voltage signal, the ADC conversion as the PWM control signal, Adjustable Speed DC Motor)
- 2020-11-29 14:09:29下载
- 积分:1
-
六轴姿态解算
MPU6050传感器的六轴姿态解算算法代码(Six-Axis Attitude Solution Algorithmic Code for MPU6050 Sensor)
- 2020-09-24 22:57:54下载
- 积分:1