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 babarkhan17

  1. B

    PIC12F675 A/D problem

    pic 12f675 GPIO.GP5 = 1; //LED on GPIO.GP5 = 0; is incorrect it should be GPIO.f5 = 1; //LED on GPIO.f5 = 0; f is not case sensitive so you can use either f or F & remember this is only for MikroC. When you use a compiler you should read its HELP file & sample programs, they help alot.
  2. B

    PIC12F675 A/D problem

    pic12f675 interrupts Dear Haseeb, I've thoroughly read your code, according to me there is nothing wrong but i suggest you to replace the 3 lines:- ADCON0.GO_DONE = 1; //Start ADC Conversion while (ADCON0.GO_DONE == 1); //Wait until Conversion finishes...

Part and Inventory Search

Back
Top