-
CRC-16
循环冗余校验16位的,c语言编程环境,能够正常运行,程序详细注释(16 bit cyclic redundancy check, C language programming environment, normal operation, procedures detailed notes)
- 2015-04-17 14:06:10下载
- 积分:1
-
51mcuand1602
51单片机加1602显示计算器C语言源码
可以实现加减乘除,有负数计算
(51 MCU plus 1602 display calculator C language source code
Can have negative calculation add, subtract, multiply and divide.)
- 2016-04-05 18:00:29下载
- 积分: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
-
51test
51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
- 2014-05-11 19:52:16下载
- 积分: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
-
jiaotongdeng
单片机模拟交通灯显示。其中,红灯与绿灯显示时间均为50s,中间的黄灯显示时间为15s。绿灯用八位发光二极管流动闪烁作代表;红灯用八位发光二极管全亮作代表;黄灯用八位发光二极管全亮全灭闪烁作代表。刚开始显示的为绿灯。(SCM simulated traffic light display. Among them, the red and green display times are 50s, in the middle of the yellow light is displayed for 15s. Green with eight light-emitting diode flashes as a representative flow red with eight full brightness light-emitting diodes as a representative yellow with eight light-emitting diodes for all light flashes Quanmie representatives. Just beginning to show as green. Display order: green- yellow- red- yellow- green- yellow- red- ..................)
- 2014-05-29 17:15:44下载
- 积分:1
-
四旋翼源代码
基于STM32F4的四轴航拍平台。以STM32F407为控制核心,四轴飞行器为载体,辅以云台的航拍系统。硬件上由飞控电路,电源管理,通信模块,动力系统,机架,云台伺服系统组成。算法上采用简洁稳定的四元数加互补滤波作为姿态解算算法,PID作为控制器,实现飞行,云台增稳等功能(Four axis aerial platform based on STM32F4. Taking STM32F407 as the control core, the four axis flying vehicle as the carrier, and the aerial camera system with ptz. The hardware is composed of flight control circuit, power management module, communication module, power system, frame and PTZ servo system. The algorithm uses a simple and stable four yuan number plus complementary filtering as the attitude calculation algorithm, and PID is used as a controller to achieve flight, PTZ stability, and other functions)
- 2017-06-28 00:52:48下载
- 积分:1
-
CClockSTProject
一个模拟电子表的程序,有兴趣的可以研究研究(a simulated electronic watches the proceedings, interested can studies)
- 2007-03-29 11:26:03下载
- 积分:1
-
PS2keypanel
单片机键盘接口,可以用于单片机使用键盘,省去很多时间(PS/2 jian pan jie kou cheng xu )
- 2010-05-26 11:16:21下载
- 积分:1
-
stepmotor
这是个用矩阵键盘控制步进电机圈数和转速的程序,参数设定在触摸屏上显示(This is a matrix keyboard to control the stepper motor number of turns and speed program parameter settings on the touch screen display)
- 2012-08-13 13:46:23下载
- 积分:1