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 kongurajesh

  1. K

    [Moved] Errors in code written in Keil Uvision 3

    Re: keil uvision3 error I hv written #include <reg51x.h> sbit led=P1^1; sbit switch=P1^0; void main() { if(switch=1) { led=1; } else { led=0; } } Errors are, led.c(8): error C202: 'led': undefined identifier led.c(12): error C202: 'led': undefined identifier Target not created...

Part and Inventory Search

Back
Top