代码搜索结果
找到约 7,992 项符合
Motor 的代码
main.c
/*********************************************************************
** Module Name: DC-MOTOR **
** Author: Cbq **
** Version: 1.0 **
** CreateDate:
main.c
/*********************************************************************
** Module Name: STEP-MOTOR **
** Author: Cbq **
** Version: 1.0 **
** CreateDate
main.c
/*------------------------------------------------------------------*-
Main.c (v1.01)
------------------------------------------------------------------
Motor (speed) control demonstr
pmanalysissellistdlg.txt
# {0} (13) [10] pmanalysissellistdlg.Label
Select Motor Dialog
匡
makefile
PRG = step_motor1
OBJ = step_motor1.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
makefile
PRG = step_motor2
OBJ = step_motor2.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
openclosemotor.c
/*张合电机控制文件,主要实现张合电机的张开闭合和停止动作,分别使用三个函数实现
三个函数如下:
void Motor_Op_En(uint duty);
void Motor_Co_En(uint duty);
void Motor_OpCo_Stop(uint du