代码搜索:sbit

找到约 10,000 项符合「sbit」的源代码

代码结果 10,000
www.eeworm.com/read/489345/6470306

c 24c02.c

#include #include #include #include sbit RS=P1^0; //设置连接线 sbit RW=P1^1; sbit E=P1^2; sbit D7=P2^7; sbit scl=P3^2; //24c02 SCL时钟线 sbit sda=P3^3; /
www.eeworm.com/read/489154/6474382

h max7221.h

#ifndef _MAX7221_LED_DRIVER_2005_9_19_ #define _MAX7221_LED_DRIVER_2005_9_19_ #include #include sbit Max7221CS = P2^1; sbit Max7221DIN = P2^0; sbit Max7221CLK= P2^2;
www.eeworm.com/read/488941/6480062

h adc0831.h

#include #include #include sbit adcdo=P0^0; sbit adccs=P0^2; sbit adcclk=P0^1; uchar bdata ch; sbit ch_0 = ch^0; void delay1(uchar x) { uchar i; for
www.eeworm.com/read/488941/6480064

h key.h

#include #include #include #include "24c64.h" #include "lcd_show.h" sbit key_1 = P0^7; sbit key_2 = P0^6; sbit key_3 = P0^5; sbit key_4 = P0^4; void key_d
www.eeworm.com/read/488967/6480557

lst asm.lst

C51 COMPILER V7.06 ASM 07/29/2007 13:33:45 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE ASM OBJECT MODULE PLACED IN ASM
www.eeworm.com/read/488982/6481105

lst led.lst

C51 COMPILER V7.06 LED 07/29/2007 13:03:09 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN LED
www.eeworm.com/read/488323/6492699

lst lcd.lst

C51 COMPILER V8.01 LCD 08/30/2008 22:50:03 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE LCD OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/488200/6497681

lst at45081.lst

C51 COMPILER V7.00 AT45081 09/19/2002 15:00:49 PAGE 1 C51 COMPILER V7.00, COMPILATION OF MODULE AT45081 OBJECT MODULE PLACED IN
www.eeworm.com/read/488006/6503532

h zlg7289.h

#ifndef ZLG7289_H_ #define ZLG7289_H_ #include #include #ifndef uchar #define uchar unsigned char #endif //申明一个全局变量,用于延时 //该变量在调用函数zlg7289_init()时被初始化
www.eeworm.com/read/487166/6516359

c iic总线.c

#include #include #define unchar unsigned char sbit SCL=P1^5; sbit SDA=P1^6; sbit lag=P1^4; sbit dula=P2^0; sbit wela=P2^1; void delay1 (int a ) {