You cannot define
VALOR_DISP var byte[4] as BYTE
VALOR_DISP var PORTB.4 and in the same time as an ALIAS.
You should use an other Variablename for aliasing a PORTPIN.
You cannot define
VALOR_DISP var byte[4] as BYTE
VALOR_DISP var PORTB.4 and in the same time as an ALIAS.
You should use an other Variablename for aliasing a PORTPIN.
Bookmarks