-
00IC-51
00IC-51单片机开发板各个功能模块的实例程序,供大家做参考(00IC-51 single-chip development board examples of each functional module procedures, for your reference)
- 2009-06-07 21:08:22下载
- 积分:1
-
timer
说明: 使用定时器TIM3输出四路的SPWM波,其中一二路、三四路波形一致,一二路与三四路波形相差180°(Timer TIM3 is used to output four SPWM waveforms, of which one, two, three and four waveforms are identical, and one, two and three and four waveforms are 180 degrees different.)
- 2020-06-19 18:40:02下载
- 积分:1
-
clock
说明: 古老电子荧光管做的数字钟,可以调时间。整点闹钟。(Electronic fluorescent tubes to do the old digital clock, you can transfer time. The whole point of alarm.)
- 2010-03-26 10:00:44下载
- 积分:1
-
User
适用于韦根26与34的通讯,基于stm32开发,自动切换,方便,兼容性强(It is suitable for communication between Wigan 26 and 34. It is developed based on stm32. It has automatic switching, convenience and strong compatibility.)
- 2019-04-25 13:08:33下载
- 积分: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
-
实验13 TFTLCD显示实验3-103VGT6
在STM32F103VGT6上点亮正点屏幕(On STM 32F 103 VGT6, light up the punctual screen)
- 2020-06-20 12:40:02下载
- 积分:1
-
AD9850-1_V3_C程序
说明: ad9850的单片机程序,适用于51系列,有用的可下载参考(ad9850 microcontroller program, suitable for 51 series, useful can be downloaded for reference)
- 2020-06-18 06:40:01下载
- 积分:1
-
AVR学习笔记4、定时计数器1实验
说明: AVR单片机学习笔记,非常适合初学者学习的资料(AVR Learning Notes, Material Suitable for Beginners)
- 2019-01-23 11:03:23下载
- 积分:1
-
ALIENTEK MINISTM32 实验2 按键实验
说明: 1.44寸显示屏显示资料,可显示汉字,图片,彩色图片,带取模软件(1.44-inch display screen display data, can display Chinese characters, pictures, color pictures, with the module software)
- 2020-06-19 02:20:01下载
- 积分:1
-
jiaotongdeng
关于交通灯的单片机课程设计,内含程序代码以及Proteus的使用资料。(Information on traffic lights using microcontroller curriculum design, including the program' s code, and Proteus.)
- 2014-05-04 16:29:40下载
- 积分:1