Hi everyone, Cann't find anything in the docs or header files on bit bashing except mask defs for each pin.
P0OUT |= P0OUT_0 and P0OUT &= ~P0OUT_0 certainly work but seem very verbose for bit bashing a single pin. Is there a clearer way? I'd like to be able to write something like P0OUT.0 = 1;. Keep the good work up, John Pote