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 bioengamg

  1. B

    Configuring port A as digital input for pic16f877a in MikroC

    in second iteration U write : ADCON1 = 1; // Set inputs as analog, Ref=+5V TRISA = 0x00; // Set PORT A as inputs if U want port A as input you must config it like that TRISA = 0xff; and this what happened with you when you write TRISA = 255; because ff == 255 this my vision

Part and Inventory Search

Back
Top