代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/484554/6579671
h 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
www.eeworm.com/read/483650/6599968
c test.c
/*----------------------------------www.00IC.com-----------------------------------------
╔=======================================╗
┆ 00IC-51开发板配套实验学习
www.eeworm.com/read/483650/6600079
lst test.lst
C51 COMPILER V7.20 TEST 11/26/2006 20:57:08 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
www.eeworm.com/read/483370/6605455
c hongwaijie.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit p32=P3^2;
sbit p20=P2^0;
void inter0(void) interrupt 0
{p20=0;}
void main()
{
IE=0;EX0=1;EA=1; p20=1;
}
www.eeworm.com/read/483370/6605497
c step heixian_buhao.c
//有变速//中断扩展
#include "reg51.h"
#define uchar unsigned char
#define uint unsigned int
sbit STK_CP1=P1^3;
sbit STK_DIR1=P1^2;
sbit STK_CP2=P1^1;
sbit STK_DIR2=P1^0;
sbit p14=P1^4;
sbit
www.eeworm.com/read/483370/6605504
c step heixian_youdianhao.c
//有变速//中断扩展
#include "reg51.h"
#define uchar unsigned char
#define uint unsigned int
sbit STK_CP1=P1^3;
sbit STK_DIR1=P1^2;
sbit STK_CP2=P1^1;
sbit STK_DIR2=P1^0;
sbit p14=P1^4;
sbit
www.eeworm.com/read/483053/6608207
lst led interrupt.lst
C51 COMPILER V7.06 LED_INTERRUPT 03/23/2009 18:05:22 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LED_INTERRUPT
OBJECT MODULE PLA
www.eeworm.com/read/482532/6617365
txt cjcx.txt
#include
#include
#include "encrypt.h"
#include "cmd.h"
#include "comm.h"
#include "24cxx.h"
#include "password.h"
/*------------------------------------------------
AT89
www.eeworm.com/read/482336/6622973
lst wg320240c.lst
C51 COMPILER V7.02a WG320240C 04/13/2006 16:13:18 PAGE 1
C51 COMPILER V7.02a, COMPILATION OF MODULE WG320240C
OBJECT MODULE PLACED
www.eeworm.com/read/481602/6636093
h mylib.h
#ifndef MYLIB_H
#define MYLIB_H
//---------------------------------------------------------------------------
//max7219 relative definition
#define YES 1
#define NO 0
//lcd related definition