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 siddanagouda

  1. S

    [General] error c202:'p1':undefined identifiers in keil

    i HAVE TRY THIS BUT IT I GOT REMAIN 1 ERROR WITH WARN
  2. S

    [51] i got error as nmm.c(14):error c129:missing ';' before 'panmotor'

    my program is: #include <reg51.h> //include Servo library const int RForward = 0; const int RBackward = 180; const int LForward = 180; const int LBackward = 0; const int RNeutral = 90; const int LNeutral = 90; //constants for motor speed const int pingPin = 7; const int irPin = 0;//Sharp...
  3. S

    i got 1 error whille c program written in keil using AT91F40416 microcontroller

    THE OCCURED LIKE THIS AS GIVEN BELOW MY PROGRAM IS:Robit.c #include void main(void) { unsigned int k, h; DDRA=0x00; DDRD=0XFF; while (1) { k =~PINA; h=k & 0x0F; switch (h) case 0x02: //if I/P is 0x02 { PORTD=0x89;//O/P 0x89 ie Forward break; } case 0x08: //if I/P is...
  4. S

    [Moved] I want to do pick and place robot any one have c source code of it

    i want to do pick and place robot any one have c source code of it
  5. S

    [General] error c202:'p1':undefined identifiers in keil

    p89v51rd2 controller by philips
  6. S

    [General] error c202:'p1':undefined identifiers in keil

    #include<regx51.h> when i try like this i got that all errors plus 1 warning c318 can't open file 'regx51.h"
  7. S

    [General] error c202:'p1':undefined identifiers in keil

    i have tried this but errors are remain at same condition
  8. S

    i got error like error c202 undefined identifier in keil

    i got error like error c202 undefined identifier in keil whenever programming in c i attached my program as well as output window
  9. S

    [General] error c202:'p1':undefined identifiers in keil

    i got error while programming in keil in c language like as given (error c202:'p1':undefined identifiers in keil ) i got 11 undefined identifiers errors

Part and Inventory Search

Back
Top