-
computer-clock
带参数存储的整点报时音乐电脑时钟,算是一个比较适合初学者一个小系统。有一定的参考价值。(With parameters stored in the computer clock chime music, be a more suitable for beginners a small system. Have a certain reference value.)
- 2013-05-31 17:41:08下载
- 积分: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
-
Demo
说明: 周立功EASYarm板所带出厂程序,包含按键,LED,蜂鸣器,AD转换的代码(ZLG EASYarm board brought the factory process, including buttons, LED, buzzer, AD conversion code)
- 2010-04-15 10:47:34下载
- 积分:1
-
tongbu
关于无线传感器网络时间同步算法RBS算法的仿真(About wireless sensor network time synchronization algorithm RBS algorithm simulation)
- 2020-06-30 16:00:01下载
- 积分:1
-
F405_CAN
主要关于STM32F405开发板上的CAN通信源码,可嵌入到开发板运行,结合LCD显示屏进行数据显示。(About STM32F405 main development board CAN communication source, can be embedded into the development board to run, combined with the LCD monitor for data display.)
- 2016-05-07 17:01:21下载
- 积分:1
-
LCD12864
关于金鹏LCD12864串行显示的程序,没有复位端。(Jinpeng LCD12864 serial display on the program, there is no reset terminal. )
- 2011-12-23 15:28:10下载
- 积分:1
-
tekradius
一个测试Radius的工具,可以测试Radius服务器是否正确(tekradius this is a good test tool)
- 2014-11-03 10:37:26下载
- 积分:1
-
digital
基于单片机STC89C51和74LS164的多功能数字万用表(Based on microcontroller STC89C51 and 74 ls164 multi-function digital multimeter)
- 2013-08-29 22:40:03下载
- 积分:1
-
1.kdh
基于AVR单片机的挖掘机器人控制系统设计( Based on AVR monolithic integrated circuit s excavation robot control system design )
- 2011-05-25 18:37:39下载
- 积分:1
-
digital-display-clock
YL_3串行数码管显示时钟,74HC595,8位,显示时分秒,自动计数。(YL_3 serial digital display clock, 74HC595, 8 bit display minutes and seconds, automatic counting.)
- 2013-07-31 19:28:56下载
- 积分:1