-
intelligent
教室智能照明系统,通过红外判断人流,从而开启教室中的照明灯。(Classroom intelligent lighting system, to determine flow through the infrared to open the classroom lights.)
- 2020-06-29 20:20:02下载
- 积分:1
-
stm32-study5
stm32学习
十三:RS485总线的使用
十四:TFT屏的图片,中文和字符显示(stm32 learning 13: RS485 bus use 14: TFT screen pictures, Chinese, and character)
- 2012-07-12 20:17:52下载
- 积分:1
-
suoxianghaun
飞思卡尔单片机锁相环程序,详细说明了锁相环的配置步骤以及计算方法(Freescale MCU PLL procedures, a detailed description of the PLL configuration steps and calculation methods)
- 2020-11-09 21:29:46下载
- 积分:1
-
counter
基于51单片机的计算器 ,采用C语言编写,可以实现简单的加减乘除功能,用八位数码显示。(counter based on as89s51)
- 2011-01-01 10:21:28下载
- 积分:1
-
LED-dot-matrix
LED点阵,多种不同的显示图样,静态动态显示,有应用(LED dot matrix, a variety of different display patterns, static dynamic display applications)
- 2012-10-22 23:12:34下载
- 积分:1
-
timer2112
说明: 定时器的使用,让你了解使用定时器所必须的几个步骤!从而能够使用(the use of timers let you know by the use of timers to be a few steps! In order to use)
- 2005-09-07 09:49:07下载
- 积分: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
-
ADC
【AVR + Proteus】数码管显示两路AD转换结果([AVR+ Proteus] digital display two way AD conversion result)
- 2013-09-26 08:16:17下载
- 积分:1
-
juzhenjianpan
MSP430F169单片机矩阵键盘扫描程序,用一位共阳数码管显示(MSP430F169 microcontroller matrix keyboard scanning procedures, using a common anode LED display)
- 2013-07-27 15:12:56下载
- 积分:1
-
demo-of-ZigBee2004-stack
cc2430无线射频模块(基于ZigBee2006)的2004协议栈的演示程序和使用说明,刚开始学习或接触ZigBee的朋友可以借此来学习。(cc2430 RF module (based on ZigBee2006) of the 2004 protocol stack demo program and instructions for use, just learning or exposure to ZigBee' s friends can learn.)
- 2011-05-08 22:26:24下载
- 积分:1