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 iedchan

  1. I

    change keypad from port d to port c

    anyone knows how to change this coding so that i could use port c instead of port d for the keypad interface with pic16f877 //#byte port_d = 0x08 char get_key(void) { char t; while (1) { output_d (input_d() | 0xFF); output_bit(PIN_D4,0); if (input (PIN_D0) ==0);{...

Part and Inventory Search

Back
Top