I\'m new to c and trying to understand the difference between
DDRB |= 0b00000001;
and
DDRB = 0b00000001;