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 leeb

  1. L

    Converting from binary to hexadecimal using C18

    I dont have any of my pascal source code available, but... 1) build an array CH of '0123456789ABCDF' 2) use two temp variables to hold 'high' and 'low' nybbles. 3) use two temp char variables to hold the two CH(high) and CH(low) chars. return the 2-char value. Easily modifiable for 16-bits...

Part and Inventory Search

Back
Top