-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
chua.pdf
AT89C52单片机与VB串行通信的实现实现vb(AT89C52 microcontroller with VB serial communication to achieve vb)
- 2012-05-20 14:25:13下载
- 积分:1
-
footprint-of-MQ-135
这是一个气体传感器的元件封装库,型号为mq-135,使用dxp开发。(This is a gas sensor element package repository, model mq-135, using dxp development.)
- 2014-05-19 13:30:31下载
- 积分:1
-
905--
nrf905 接收机程序 89C52 验证通过 绝对好使(nrf905 receiver program 89C52 verified through absolutely so)
- 2013-08-13 11:29:01下载
- 积分:1
-
SLE442duxie
c51单片机的sle4442卡的读写加密验证程序 已通过(c51 microcontroller sle4442 card reader encrypted authentication procedure has been adopted)
- 2013-10-27 09:15:38下载
- 积分:1
-
5110
实现5110液晶图像、文字、字符 、反转、数字显示(5110 LCD achieve images, text, characters, reverse, digital display)
- 2013-07-30 14:01:42下载
- 积分: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
-
STM32ser
基于STM32的双串口通信程序,能实现两个串口的收发,程序默认采用串口2接收数据,串口1发送(Based on the STM32 dual serial communication procedures, can achieve two serial transceivers, the program defaults to the serial port 2 receives the data, send the serial port 1)
- 2021-04-28 14:58:43下载
- 积分:1
-
Honeywell
HONEY实现工业控制过程的系统,进行任务调度.(HONEY process of industrial control systems, task scheduling.)
- 2011-07-20 12:32:29下载
- 积分:1
-
temperature-display
51单片机温度采集与显示设计 - 通过DS18B20温度传感器获取温度,并通过数码管显示,并实现了温度可手动校准(51 single-chip temperature acquisition and display design- through DS18B20 temperature sensor for temperature, and through the digital display, and achieve a temperature can be manually calibrated)
- 2013-10-13 16:26:42下载
- 积分:1