Shop OBEX P1 Docs P2 Docs Learn Events
bs1usb interrupts — Parallax Forums

bs1usb interrupts

Fabian OliverFabian Oliver Posts: 5
edited 2008-04-24 15:42 in BASIC Stamp
is there a way possible to have the bs1usb setup for an interrupt on a certain pin? say when a voltage is applied to pin1, go to a certain routine.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2008-04-24 15:42
    The BS1 doesn't have interrupts. You can write a program that periodically tests a pin and goes to a routine if that pin is high or low.
Sign In or Register to comment.