-
clockDS1302
该源程序的功能是设计一个时钟,时钟精度还可以,这是单片机学习的一个进阶吧,掌握了它,也算是对单片机有比较熟练的应用了,加油(The source function is to design a clock, clock accuracy can be, this is an advanced single-chip learning it, grasp it, can be considered a relatively skilled microcontroller applications, the refueling)
- 2014-05-26 11:18:41下载
- 积分:1
-
Light-Cube-sch-and-PCB-
51控制的8x8x8光立方(512个LED的亮灭),变成实现不同的团变化,采用不同的延时时间是转换的速度不同。完整的源程序,电路图和PCB(51 controls the 8x8x8 cube of light (512 LED light off), to achieve different changes into groups with different delay times are different conversion speeds. Complete source code, schematics and PCB)
- 2015-03-21 07:52:37下载
- 积分:1
-
SD2.0协议标准完整版[1-6章中文翻译]
说明: linux sd2.0协议标准文档中文翻译*(1-6章节)(Sd2.0 protocol Chinese version)
- 2020-06-21 06:20:02下载
- 积分:1
-
zjpid1234
自己建立的风速模型,惊醒仿真,并选择PID的控制方法(Fan control model, the simulation results)
- 2014-10-14 16:03:42下载
- 积分:1
-
STC12C5A60S2
STC12C5A60S2电子负载全部代码,TM7705做AD TM8211做DA(STC12C5A60S2,TM7705AD TM8211DA)
- 2015-08-22 12:35:21下载
- 积分:1
-
51单片机音乐播放文件
51单片机蜂鸣器音乐播放器的头文件,可自己更改旋律(51 MCU buzzer music player header file, you can change the melody)
- 2019-05-10 17:46:17下载
- 积分: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
-
STM32-PID
STM32运用PID控制DA输出电压稳定,可以设置。(STM32 using PID control DA output voltage stability, can be set.)
- 2020-12-24 19:39:05下载
- 积分:1
-
Console_OBD_090805_v4_OK
OBD-II source code for TL718
簡易OBD訊號控制(OBD-II source code for TL718)
- 2010-11-09 09:31:33下载
- 积分:1
-
AliceAndBob
Demo Classic Diffie-Hellman
- 2015-09-15 00:43:07下载
- 积分:1