Hi Joe,
The XOR symbol is ^
Still not sure exactly what you're trying to do, but something like this might work...HTH,Code:PIN VAR PORTB.0 OUT1 VAR BIT OUT2 VAR BIT PIN = OUT1 ^ OUT2
DT
Hi Joe,
The XOR symbol is ^
Still not sure exactly what you're trying to do, but something like this might work...HTH,Code:PIN VAR PORTB.0 OUT1 VAR BIT OUT2 VAR BIT PIN = OUT1 ^ OUT2
DT
Bookmarks