Shop OBEX P1 Docs P2 Docs Learn Events
Code Decodes Encoder — Parallax Forums

Code Decodes Encoder

SkogsgurraSkogsgurra Posts: 231
edited 2007-03-16 21:12 in Propeller 1
I have been doing lots of tests with the Prop over the last few days. Everything has worked as expected - and Spin produces incredibly fast code. One of my favourite little routines is the incremental encoder decoder. It uses an "old/new" technique and reads increments from a table instead of evaluating a large (eight) set of boolean equations. There is another example in the library, but that one decodes a Grey encoder. This is a little bit different.

Comments

  • SkogsgurraSkogsgurra Posts: 231
    edited 2007-03-16 18:52
    Sorry. The attachment doesn't work when I try to open it. What could be wrong?
  • T ChapT Chap Posts: 4,223
    edited 2007-03-16 19:25
    Fine on my end

    OS X

    Post Edited (originator) : 3/16/2007 7:57:13 PM GMT
  • Mike GreenMike Green Posts: 23,101
    edited 2007-03-16 19:43
    The attachment works fine on my MacBook with MacOS's standard unzip.
  • Paul BakerPaul Baker Posts: 6,351
    edited 2007-03-16 21:03
    On widows you cannot open a temporary from a temporary, Open file in IE places it in a temporary folder. Windows zip places the contents into a temporary folder, so the two don't work together. Instead use the save option, then you can view the contents.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
  • SkogsgurraSkogsgurra Posts: 231
    edited 2007-03-16 21:12
    Thanks. Will try that.
Sign In or Register to comment.