Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by akhilesh111

  1. A

    Automatic room light controller progarm

    #include<reg51.h> #include<lcd216.h> sbit s1_entry = P3^4; sbit s1_exit = P3^5; sbit led1 = P2^0; sbit led2 = P2^1; sbit led3 = P2^2; sbit led4 = P2^3; sbit led5 = P2^4; unsigned int count; void delay1(unsigned int); void int_init(); void main() { unsigned char first; char...

Part and Inventory Search

Back
Top