代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.plg
Build Log
--------------------Configuration: Motor - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\cym\LOC
motor.dsp
# Microsoft Developer Studio Project File - Name="Motor" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
motor.c
#include "motor.h"
#include "pwm.h"
#include
#include
sbit drv_motor_enb0 = P0^0;
sbit drv_motor_enb1 = P0^4;
sbit drv_motor_dir0 = P0^2;
sbit drv_motor_dir1 = P0^6;
motor.lst
C51 COMPILER V7.50 MOTOR 12/10/2007 17:35:31 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MOTOR
OBJECT MODULE PLACED IN m
motor.__i
"motor.c" BROWSE DEBUG OBJECTEXTEND
motor.h
#ifndef DRV_MOTOR_H
#define DRV_MOTOR_H
extern void drv_motor_set_speed(unsigned char index, short speed);
#endif
motor.c
#include
#define DCO_FREQ 1000000 // DCO frequency
#define ONE_SEC_CNT 512 // Number of WDT interrupts in 1 second
#define DEBOUNCE_CNT 0x05 //
motor.c
#include
#define DCO_FREQ 1000000 // DCO frequency
#define ONE_SEC_CNT 512 // Number of WDT interrupts in 1 second
#define DEBOUNCE_CNT 0x05 //