Different syntax for i/o pins

jpantone

New Member
Sorry if this is a dupe, couldn't find anything in search.

Is there some way to make a symbol which can be used for both input (uses port notation, i.e. C.1)
and setint (which uses pinC.1 notation)?

currently I use:
symbol NETWORK = C.1
symbol NETPIN = pinC.1

and

input NETWORK
setint NETPIN,%00010000
 

hippy

Technical Support
Staff member
No, there's no way to specify a common symbol which can be used for input and output, for AXEpad or PE6.

I am not sure your "setint NETPIN,%00010000" is correct if that's what you actually have.

If you can describe what you are trying to achieve members here can help you get that right.
 
Top