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 dragan_

  1. D

    [51] 74HC595 with 16 leds issues

    do it in a following way : void delay(int a) { int i; for(i=0;i<a;i++); //null statement } void HC595_DISPLAY(unsigned char dat) { HC_LATCH = 0; HC_CLK=0; for(cnt=0;cnt<8;cnt++) { HC_DATA = dat & 0x01; HC_CLK = 1; delay(2)...

Part and Inventory Search

Back
Top