Shop OBEX P1 Docs P2 Docs Learn Events
Basic Stamp 2, pin output for 6 minuites — Parallax Forums

Basic Stamp 2, pin output for 6 minuites

norbnorb Posts: 1
edited 2008-04-10 20:45 in BASIC Stamp
Hey guys. Is there a way to program the Basic Stamp 2 so that it sends a voltage to one of the pins for 6 minutes (after being triggered by a momentary switch). I read that there is a ~65.5 sec limit to the pause command. Any way around it?

Comments

  • allanlane5allanlane5 Posts: 3,815
    edited 2008-04-10 20:45
    FOR I = 1 to 360 # Number of seconds in 6 minutes
    Pause 1000 # 1 second
    NEXT
Sign In or Register to comment.