代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/389036/8551817

c lesson1.c

#include sbit Pp=P1^0; void main() { Pp=1; }
www.eeworm.com/read/360910/10072259

c .c

#include sbit p1= P1^0; void main() { p1=0; } #endi
www.eeworm.com/read/360910/10072265

c text2.c

#include sbit p1= P1^0; void main() { p1=0; } #endi
www.eeworm.com/read/138144/13257405

c wuisr.c

// wuisr.c sbit WAKEUP = 0xD8 ^ 4; //
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/481267/6646875

c 111.c

#include sbit LED=P0^0; void main() { LED=0; for(;;); }
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