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 Wang Shun Min

  1. W

    Help: c programming for 8051 using labview

    #define EE_READ 0x03 // EEPROM Read command char HighByte,LowByte; int convert_byte (HighByte,LowByte); HighByte = EE_Read (0X07FE); LowByte = EE_Read(0x07FE); address= convert_byte(HighByte,LowByte); // return the converted value of high & low byte to the address...

Part and Inventory Search

Back
Top