代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/239154/13300870
c 利用定时器4个中断查键.c
#include
sbit INT_0=P3^2;
sbit INT_1=P3^3;
sbit TIMER_0=P3^4;
sbit TIMER_1=P365;
www.eeworm.com/read/306665/13740441
h icl7135.h
sbit ICL7135_B1 = P1^0;
sbit ICL7135_B2 = P1^1;
sbit ICL7135_B4 = P1^2;
sbit ICL7135_B8 = P1^4;
sbit ICL7135_D5A = P3^1;
sbit ICL7135_STB = P3^2;
sbit ICL7135_COCK = P1^7;
uchar I
www.eeworm.com/read/402245/11540291
c text1.c
#include
sbit p1_0=p1^0;
void main(void)
{ while(1);
p1_0=1;
}
www.eeworm.com/read/401210/11561615
c main.c
/*-----------------------------------------------------------------------------
Definitions for P1 (8 bits), P1.0, and P1.1.
-------------------------------------------------------------------------
www.eeworm.com/read/259023/11826610
c globals.c
//-----------------------------------------------------------------------------
// File: globals.c
// Contents: contains all the global variables used by the firmware
//
// Format: indent