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 eueuu

  1. E

    push button debouncing problem

    Re: push button problem allready done! @ DEVICE PIC16F676 @ DEVICE INTRC_OSC_NOCLKOUT, MCLR_OFF cmcon = %111111 ansel = 0 trisA = %000001 portA = %000000 trisC = %000000 portC = %000000 buttonPIN var portA.0 buttonState var byte buttonState = 0 countVar var byte LED1 var portC.1 LED2 var...
  2. E

    push button debouncing problem

    Re: push button problem little help please!what is needed to be added to this code, so the switch to jump to a label and to maintain it,and at the next switching jumping to another and so on? to change the pattern of 2 blinking led's! something like this: red on,off,green on, then switch...

Part and Inventory Search

Back
Top