Reading Output pins in to a variable???

kermet

New Member
Hi all,

Probably a real easy question to answer but i've looked through all the documentation trying to find out how to read the state of the output pins in to a variable so i can compare them to the input pins but have had no luck finding anything. (I've probably over looked it)

I've tried "let b1=outpins", "let b1=port", "let b1=outputs" but no luck.

I know how to read the state of the input pins "let b0=pins" but not the output pins, can anyone help me on this?

Many thanks

Rob
 
Last edited:
Top