AUGPIO_OUTPUTSET
PUTGPIO(value ? AUGPIO_OUTPUTSET : AUGPIO_OUTPUTCLR, pin);
reg = pin & out ? AUGPIO_OUTPUTSET : AUGPIO_OUTPUTCLR;