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 neeraj.niet

  1. N

    convert hex to bcd in c

    Re: convert bcd to hex in c // pass input 8 bit BCD format and conversion length, and get back hex values // in output buffer. void Bcd_To_Hex(unsigned char *Input_Buff, unsigned char *Output_Buff,unsigned char Len) { // by Neeraj Verma : neeraj.niet@gmail.com unsigned char i,j...

Part and Inventory Search

Back
Top