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 namratha_r

  1. N

    pic16f877a push button

    Thanks for quick response ... but how to add that in this loop i dont no.
  2. N

    pic16f877a push button

    below is part of my code... while(1) { if(RA4 == 1) // switch { oldstate = 1; // flag is set } if(oldstate &&(RA4 == 0)) { val++...
  3. N

    pic16f877a push button

    If button is pressed down and held for some time value should increment fastly how can i write code for this logic ?
  4. N

    pic16f877a push button

    Hi am working on pic16f877a . Have interfaced pushbutton with pic I need help in programming. If once switch is pressed it should increment one value and i achieved doing this its working fine . But, condition is if switch is press down and hold for some time it should fastely and smoothly...

Part and Inventory Search

Back
Top