No problem I will leave them both active.They are actually different.
begin loop
if pinvalue != previous then dostuff
previous = pinvalue
dootherstuff
end loop
previous = pinvalue
begin loop
temp = pinvalue
if temp != previous then dostuff
previous = temp
dootherstuff
end loop
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
![]() |
BasicStampClockInput | General Electronics Chat | 0 |
Similar threads |
---|
BasicStampClockInput |
by Aaron Carman
by Jake Hertz
by Aaron Carman
by Aaron Carman