while (1) { b = 254; c = 1; a = 0; if(PIND.2 == 0) {while(PIND.3 != 0) { if(a < 8) { PORTB = b; b = b-c; delay_ms(1000); c = c*2...