-
stm32-study5
stm32学习
十三:RS485总线的使用
十四:TFT屏的图片,中文和字符显示(stm32 learning 13: RS485 bus use 14: TFT screen pictures, Chinese, and character)
- 2012-07-12 20:17:52下载
- 积分:1
-
uart
上位机发送数据包,下位机实现简单数据接,然后可以存储到其他位置(PC to send data packets, lower machine simple data connection, which can then be stored in a different location)
- 2014-05-12 12:09:10下载
- 积分:1
-
MSP430_motor
2相四线八拍步进电机程序,可以正转反转,加减速(2 phase four line 8 stepper motor)
- 2015-01-12 15:09:15下载
- 积分:1
-
wannianli
这是一个自制万年历的显示程序。能显示温度日期时间等。。。。。。(This is a homemade calendar display program. Can display the temperature of the date and time. . . . . .)
- 2012-06-22 14:49:14下载
- 积分: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
-
key01
MSP430按键程序,用于检测按键的触发跳出睡眠模式(MSP430 key procedures for the detection of the trigger out of sleep mode button)
- 2011-05-20 13:12:25下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
parker
基于美国PARKER运动控制器开发的多轴运动控制界面,包括直线,圆弧插补等,界面友好,直观(PARKER motion controller based on U.S. developed multi-axis motion control interface, including linear and circular interpolation, etc., user-friendly, intuitive)
- 2020-09-10 06:38:00下载
- 积分:1
-
PIDK60
基于K60的PID调速,飞思卡尔都要用到,很重要的(K60 is based PID control, Freescale must be used, it is important)
- 2020-10-28 00:39:58下载
- 积分:1
-
carF340elong
C8051f340 8位pwm波形输出 占空比可调节(C8051f340 8bit output )
- 2014-05-02 16:53:55下载
- 积分:1