-
78
说明: 基于飞思卡尔DG128的方波,适合学生学习(Based on Freescale DG128 square wave, suitable for students)
- 2010-07-04 20:41:05下载
- 积分:1
-
STM32
说明: 采用4路红外对管进行循迹,电机控制小车运动。(Four infrared channels are used to track the tube, and the motor controls the motion of the car.)
- 2020-06-25 18:20:01下载
- 积分:1
-
quxianfly
正弦余弦三角曲线的绘制,用了ListCtrl,Slider等控件,供初学者学习参考.(cosine 1.30 sine curve mapping, spent ListCtrl, Slider, etc. Controls for beginners learning reference.)
- 2006-10-17 14:49:18下载
- 积分:1
-
SPI_STM32_FPGA
STM32F1与FPGA通过SPI进行通信,我上传的是32部分的程序,已经通过串口测试成功。此程序可拓展为和单片机,DSP通过SPI进行通信(STM32F1 and FPGA communication through the SPI, I uploaded the 32 part of the procedure has been successfully tested through the serial port. This program can be extended to and single-chip, DSP communication through the SPI)
- 2020-11-16 09:29:42下载
- 积分: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
-
SHIYANJIU
基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)
- 2013-07-17 14:12:29下载
- 积分:1
-
RTOS
说明: 各位C51的爱好者能够看到我的拙作,这离不开龙
啸九天版主的支持,在此,我向他表示感谢,也相信C51BBS会越办越好!(C51 fan you can see my apology, which is inseparable from Long Xiao nine moderator support in this, I thanked him, and believe C51BBS will be better and better!)
- 2011-04-11 09:44:53下载
- 积分:1
-
2-ds18b20
ds18b20的温度显示跟序列号显示的程序(temperature ds18b20 shows the program with the serial number)
- 2012-12-01 21:03:59下载
- 积分:1
-
V4-400_RTX实验_库移植方式(超级简单)
RTX实时操作系统是应用于小型嵌入式多任务准并行操作系统实时性高系统性能好(RTX real-time operating system is applied to a small embedded multi task quasi parallel operating system with high real-time performance and good performance.)
- 2017-11-30 15:04:22下载
- 积分:1
-
Mypro
基于atmel studio 6,使用avr128单片机,实现超市导购机器人编程,直流电机结合颜色传感器实现自动巡线,5个舵机,3个自由度(Based on atmel studio 6, using avr128 microcontroller, to achieve the supermarket shopping guide robot programming, combined with the color sensor DC motor automatic transmission line, 5 servos, three degrees of freedom)
- 2013-09-28 22:44:36下载
- 积分:1