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 beauty world

  1. B

    design of a simple power meter

    Hi my friends.I want to know how can design a simple power meter. can you help me? what should I do and how do I calculate the value that I need?
  2. B

    lcd functions in Mplabx

    sorry I didn't catch ur answer about number 1.can u explain more?can we use just one of them in program or we should wirte all delay functions? andTnx for ur answering.
  3. B

    lcd functions in Mplabx

    Hi friends.I see that in all of program with LCD In mplabx c8 compiler,3 function delay use.void DelayFor18TCY(void){ NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); NOP(); return;} void DelayPORXLCD(void){...
  4. B

    [PIC] error :undefined symbol

    thank u.It buold successful :)
  5. B

    [PIC] error :undefined symbol

    I chamge it but again the same error :( the code that I use is this: #include<xc.h> #include<delays.h> #include<stdlib.h> #include<xlcd.h> #include<adc.h> #define _XTAL_FREQ 8000000 #pragma config MCLRE=EXTMCLR,FOSC=HSHP,WDTEN=OFF void Delay_second(unsigned char s){ unsigned char i,j...
  6. B

    [PIC] error :undefined symbol

    I make it but agan that error :( ny code is this: #include<xc.h> #include<delays.h> #include<stdlib.h> #include<xlcd.h> #include<adc.h> #define _XTAL_FREQ 8000000 #pragma config MCLRE=EXTMCLR,FOSC=HSHP,WDTEN=OFF void Delay_second(unsigned char s){ unsigned char i,j; for(j=0;j<s;j++){...
  7. B

    [PIC] error :undefined symbol

    I use xc8 compliler v1.34
  8. B

    [PIC] error :undefined symbol

    Hi.Im learning PIC and I use PIC18f45k22 for voltmeter with LCD display project.but the program has erroe that I cant solve it what should I do?

Part and Inventory Search

Back
Top