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 34071417

  1. 3

    Two 8-bit chars into a 16-bit number

    use the Union,like below: union { char a[2]; int b; }number; number.a[0]=0x03;number.a[1]=0x0E; then, number.b=0x030E, it just costs two bytes of ram , not four bytes.

Part and Inventory Search

Back
Top