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 Elektro Garage

  1. Elektro Garage

    [MOVED] Falling edge detection code for PIC16F877A and MikroC Compiler

    I am using the Counter on Button and Count on depressing the button, which means on falling edge. After lots of searching and different experiments, I have done it. MikroC code chunk: while(1) {// UP counting using Falling Edge led=0; if(up==1){up_pr++;} if(up==0 &&...

Part and Inventory Search

Back
Top