Pin assignment question - coupling one port to another
Don M
Posts: 1,653
What is the proper syntax to assign (couple) one port (pin) to another?
Is it outa[16] := outa[23] ?
I can't get it to work.
Thanks.
Is it outa[16] := outa[23] ?
I can't get it to work.
Thanks.
Comments
You need to make sure P16 is in output mode, too.