Shop OBEX P1 Docs P2 Docs Learn Events
Working through Spin Programming Tutorial in help file. Question about some code — Parallax Forums

Working through Spin Programming Tutorial in help file. Question about some code

Don MDon M Posts: 1,654
edited 2009-11-11 20:38 in Propeller 1
I have reached Lesson 7: Launching Multiple Parallel Processes.

Under the OBJ method they have the following:

OBJ
· LED[noparse][[/noparse]6] : "(Ch3-Ex07) -Output"

I get an error saying that it cannot find that object. Is this a typo in the help file? If I change it to:

OBJ
· LED[noparse][[/noparse]6] : "Output"

It works. Please explain.

Thanks.

Comments

  • StefanL38StefanL38 Posts: 2,292
    edited 2009-11-11 19:21
    Hello Don,

    yes I think this is a typo
    in older versios of the propellertool (until version 1.2.5) the files were named (Ch3-Ex0x)-Output
    were "x" are different numbers

    the Output.spin-file from subdirectory
    C:\Program Files\Parallax Inc\Propeller Tool v1.2.6\Examples\Help\Spin Tutorial\Exercise 07-1\Output.spin

    has the same content as the (Ch3-Ex0x)-Output.spin-file

    best regards

    Stefan
  • Don MDon M Posts: 1,654
    edited 2009-11-11 20:38
    Thanks. I was hoping it was a typo.
Sign In or Register to comment.