How can I speed this code up? SHIFTOUT is slowing it down and I need a faster way.


Results 1 to 30 of 30

Threaded View

  1. #5
    Join Date
    Mar 2010
    Location
    Minnesota, USA
    Posts
    41


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    I wonder if SHIFTING all 16 values at once would be faster than looping? Darn zeros
    Code:
    shiftout dpin,clk,1,[DATA,DATA,DATA,DATA,DATA,...]
    I dunno let me try it...
    Last edited by wolwil; - 8th May 2010 at 06:54.

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