-
WE
说明: Arduino单片机开发笔记2-7,希望大家都看看(Arduino microcontroller development notes 2-7, we want everyone to see)
- 2013-07-30 11:15:11下载
- 积分:1
-
12864
AVR128显示部分,用12864作为显示的程序代码,已经调试通过(AVR128 display section, with 12864 as display the program code, have debugging through)
- 2011-12-20 15:04:21下载
- 积分:1
-
serial-port
单片机程序,关于串口通信方面的。计算机通过串口和单片机通信。单片机数码管显示数据。(SCM procedures, on aspects of serial communication. Computer and the microcontroller through the serial port communication. Single-chip digital display data.)
- 2011-11-17 21:23:43下载
- 积分:1
-
STC89C52_m
此程序可实现长度为8位,周期为255的m序列,此序列可当做伪随机信号发生器,模拟信道噪声。(This procedure can achieve the length of 8 bits, the m sequence of 255 cycles, the sequence can be used as a pseudorandom signal generator, analog channel noise.)
- 2021-01-02 23:18:57下载
- 积分: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
-
virtual-oscilloscope-module
本程序是虚拟示波器,可以显示多条曲线波形,调节幅值和时间(Oscilloscope can display multiple curve
)
- 2014-01-10 12:06:01下载
- 积分:1
-
PCliushuideng
用电脑串口控制单片机流水灯状态,用电脑串口控制单片机流水灯状态(Serial control with a computer chip light water status)
- 2013-07-12 15:19:34下载
- 积分:1
-
RecommendedExercise1
iCarnegie ssd5中 Recommended Exercise 1 练习日期编辑
(iCarnegie ssd5 in Recommended Exercise 1 Exercise Date of editing)
- 2009-11-21 13:48:44下载
- 积分:1
-
TSW_SDK_6206
同三维万能采集卡系列开发SDK包,包含例程等!
(With three-dimensional universal capture card series development SDK package includes routines, etc.!)
- 2013-06-17 11:52:46下载
- 积分:1
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1