-
MPU6050+舵机
MPU6050+舵机,可实现平台的稳定。适用于STM32RCT6(MPU6050 + rudder can realize the stability of the platform. Applicable to STM32RCT6)
- 2020-06-19 02:20:01下载
- 积分:1
-
Figure-lamp
C51实现定时器中断法实现花样灯,用Proteus软件仿真,简单易懂(C51 realize timer interrupt method implementation pattern lamp, use Proteus simulation software, easy to understand)
- 2015-06-30 11:37:30下载
- 积分:1
-
Stepper-motor-acceleration
基于单片机和C语言的,步进电机加速减速匀速演示,希望方便大家(Based on SCM and C language, stepper motor acceleration and deceleration uniform presentation, I hope to facilitate)
- 2013-10-09 10:58:38下载
- 积分:1
-
mac_layer_switch_latest.tar
source code for Ethernet logic
- 2017-04-05 08:04:27下载
- 积分:1
-
wenduji
12864 18B20做温度计 内含有仿真 是PROUUE
的仿真(12864 18B20 contains a thermometer to do simulation is the simulation PROUUE)
- 2008-08-21 15:48:24下载
- 积分:1
-
STM32_F103_Project
说明: 使用STM32f103编程实例工程,有ADC、DMA、USART、TIMER、GPIO等编程讲解(STM32f103 programming example project, ADC, DMA, USART, TIMER, GPIO programming explanation)
- 2019-11-30 11:00:41下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1
-
W5500
以太网芯片w5500开发例程,提供给正在开发以太网的朋友(Ethernet chip w5500 development of routines)
- 2014-10-27 14:44:06下载
- 积分:1
-
UART
串口0通信-查询方式实验向串口发送子节数据,并等待数据发送完成,使用查询方式(Serial 0 communication- ways to experiment sub-section to the serial port to send data and wait for the data transmission is complete, use the query mode)
- 2013-02-25 10:49:00下载
- 积分:1
-
BJDJ612
该程序是本人用AVR ATtiny13写的的一个只用4个IO口驱动两相四线制步进电机的程序,还可以控制转动的上下限(祥见程序屏蔽部分)对使用两相四线步进电机的初学者来说无疑是一笔珍贵的学习资源,对要求以最低成本驱动两相四线步进电机的使用者来说,更是提供了一个有利的参考。推荐!(I use the program is written in AVR ATtiny13 a four IO only I drive two-phase four-wire stepper motor program, but also can control the rotation of the upper and lower limits (祥见shielding part of the procedure) on the use of two-phase four-step beginners into the motor is undoubtedly a valuable learning resource for the lowest cost drive requires two-phase four-wire stepper motor users are provided a favorable reference. Recommended!)
- 2009-07-07 23:51:14下载
- 积分:1