How to saparate variable to array and GLCD Question


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    pramarn's Avatar
    pramarn Guest


    Did you find this post helpful? Yes | No

    Thumbs up

    Thank you sayzer

    SHIFTIN DAT,CLK,3,[psxdata[0]\8,psxdata[1]\8,psxdata[2]\8,psxdata[3]\8,psxdata[4]\8,psxdata[5]\8,psxdata[6]\8]

    This syntax can be use other command?

  2. #2
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Could you be more specific pls?

    Like what command?

    ---------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  3. #3
    pramarn's Avatar
    pramarn Guest


    Did you find this post helpful? Yes | No

    Default

    Command

    ADCIN 0, Readvolts 'Get value.

    Count 3, 1000, W1 ''Get value.


    can use this command?

    ADCIN 0, [psxdata[0]\8,psxdata[1]\8,psxdata[2]\8,psxdata[3]\8,psxdata[4]\8,psxdata[5]\8,psxdata[6]\8]
    '---------------------------------
    Count 3, 1000, [psxdata[0]\8,psxdata[1]\8,psxdata[2]\8,psxdata[3]\8,psxdata[4]\8,psxdata[5]\8,psxdata[6]\8]

  4. #4
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    You can not do that.

    But what is it you want to do?

    Why do you need to read ADC 0 and put the result in an array? or Count?

    Give more info about your idea. I am sure there is an easy way to get your idea working.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

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