Shop OBEX P1 Docs P2 Docs Learn Events
Trying to convert version 2.5 to version 2.0 — Parallax Forums

Trying to convert version 2.5 to version 2.0

hank van burenhank van buren Posts: 57
edited 2008-04-23 20:38 in BASIC Stamp
I am having problems coverting version 2.5 to version 2.0 I am building the GPS Guided Car discribed in last months Servo magazine And I am replacing the compass with a CMPS03 that will not run on version 2.5 Thanks. Hank van Buuren

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-04-23 20:20
    hank -

    Here is what you need to do. Remove the LOOP VAR BYTE statement entirely. It's never used.

    Add a colon ([noparse]:)[/noparse] to I2CStart so it reads I2CStart:


    After that it will run on any PBASIC version.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Involvement and committment can be best understood by looking at a plate of ham and eggs. The chicken was involved, but the pig was committed. ANON
  • hank van burenhank van buren Posts: 57
    edited 2008-04-23 20:38
    Thanks Bruce it is working perfectly. Hank van buuren
Sign In or Register to comment.