I have a byte b
byte has 8 bits
bits for single byte
0 = status
1 = locale
2 = AUX
bits (3 & 4) relay
1. 0 (hence 00) still
2. 1 (hence 01) noStill
3. 2 (hence 10) stationed
4. 3 (hence 11) slow
5 = message;
6 = stuff
7 = moreStuff
how would I parse bits 3 and 4?