代码搜索结果
找到约 916 项符合
Stepper 的代码
stepper.c
#include "Stepper.h"
uchar keyscan(void);
void getkey(void);
void display(void);
char code str0[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0x89,0xc0,0xbf,0xc0,0xc0,0xc0};//0,1,2,3,
stepper.h
#ifndef _STEPPER_H
#define _STEPPER_H
#include
#define uchar unsigned char
#define uint unsigned int
#define T 1000000 // 10ms定时常量宏定义
sbit M1=P2^0; //激励模式设置
sbit M2=P2
stepper.c
程序
stepper.c
stepper.hex
/*
* STEPPER.C
* sweeping stepper's rotor cw and cww 400 steps
* Copyright (c) 1999 by W.Sirichote
*/
#include c:\mc51\8051io.h /* include i/o header fil
stepper.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(stepper)
stepper.c
/****************************************************************************/
/* */
/* FILE NAME
stepper.lst
C51 COMPILER V7.02b STEPPER 12/10/2005 19:18:44 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE STEPPER
OBJECT MODULE PLACED I
stepper.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/