Using same button for entering/exiting some part of code?


Results 1 to 18 of 18

Threaded View

  1. #15


    Did you find this post helpful? Yes | No

    Default Re: Using same button for entering/exiting some part of code?

    debounce button check... and instead of while-wend .... use for/next pause here is 2 second check so if holding button > 2 seconds, can advance MENUitem then check again for release


    HERE:
    IF UPBT=0 THEN
    pause 50
    IF UPBT=0 THEN ..............................#debounce check

    MENUITEM=MENUITEM+1
    IF MENUITEM>6 THEN MENUITEM=1
    PAUSE 20

    for a=1 to 20
    pause 50................................................ ............# if 2 second press, advance item and wait again
    IF UPBT=1 THEN ---leave to somewhere .................# XXXXX WHILE UPBT=0:WEND
    next a
    goto HERE


    ENDIF
    Last edited by amgen; - 21st May 2023 at 17:59.

Similar Threads

  1. Final Button Code
    By WarPony in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 22nd May 2008, 14:14
  2. Help with code, button
    By xobx in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 15th July 2007, 17:52
  3. Entering the number from keypad...
    By turkuaz in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 27th April 2007, 09:02
  4. Code entering endless loop
    By Blackhawk in forum mel PIC BASIC
    Replies: 11
    Last Post: - 26th November 2006, 09:12
  5. Code check -- button not working
    By docwisdom in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 2nd March 2006, 22:43

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts