Shop OBEX P1 Docs P2 Docs Learn Events
test attachment — Parallax Forums

test attachment

garylakegarylake Posts: 41
edited 2011-02-13 05:58 in General Discussion
lets see if i can upload file
pdf
675K
tes.pdf 674.7K

Comments

  • garylakegarylake Posts: 41
    edited 2011-02-13 05:46
    now i try with code
    <code>
    {{ Blinker1.spin }}

    OBJ
    LED : "Output"

    PUB Main
    {Toggle pins at different rates, simultaneously}
    LED.Start(16, 3_000_000, 10)
    LED.Toggle(17, 2_000_000, 20)
    </code>
  • garylakegarylake Posts: 41
    edited 2011-02-13 05:50
    Ok, let me try that again.
    {{ Blinker1.spin }}
    
    OBJ
      LED : "Output"
    
    PUB Main
    {Toggle pins at different rates, simultaneously}
      LED.Start(16, 3_000_000, 10)
      LED.Toggle(17, 2_000_000, 20)
    
  • garylakegarylake Posts: 41
    edited 2011-02-13 05:58
    Ok, now attachment with thumbnail
    644 x 260 - 60K
Sign In or Register to comment.