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 pp99

  1. P

    PIC Based ADC Converter

    Anyone know about 16F877A 8 bit PIC based ADC Converter? Can give me some introduction and what is this conversion aim/objectives? Thanks.
  2. P

    ADC configuration code meaning

    Then how about the &4 meaning? Do you know what is the LVP meaning? Thanks.
  3. P

    ADC configuration code meaning

    ADC configuration code meaning in 16F877A May I know what's are the meaning for each row code as below: adcon0=0x00; adcon1=0x00; set_bit(adcon0,0); set_bit(adcon0,2); if(!(adcon0&4)) { portb=adresh; set_bit(adcon0,2); } and why need to change LVP_OFF to LVP_ON? Thanks.

Part and Inventory Search

Back
Top