ADC keyboard and fast response to user input, possible?


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: ADC keyboard and fast response to user input, possible?

    Some readings about the very powerful ... BUTTON command could be helpful, then ...

    but, of course, you can rewrite it by your own ...



    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: ADC keyboard and fast response to user input, possible?

    Maincode:
    Adcin 0,x
    if x=128 then y=y+1
    if x=0 then y=y-1
    pause 100
    if x=255 then pointcheck
    if x < 255 then maincode
    pointcheck:
    Gosub display
    goto maincode

Similar Threads

  1. another way to get a keyboard matrix to work off 1 adc pin
    By longpole001 in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 4th May 2013, 01:23
  2. Use a PIC ADC like a fast interrupt comparator?
    By pxidr84 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th August 2011, 05:33
  3. Storing user input - whassall that about then?
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 19th July 2010, 15:08
  4. Replies: 17
    Last Post: - 13th June 2008, 21:33
  5. Reading multiple ADC channels FAST
    By lwindridge in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 21st April 2004, 22:37

Members who have read this thread : 0

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