Gray Code for decimal Digits
Gray Code0 = % 00001 = % 00012 = % 00113 = % 00104 = % 01105 = % 11106 = % 10107 = % 10118 = % 10019 = % 1000
A Gray code changes by only 1 bit for adjacent values. This is also called a ‘thumbwheel’ code because a thumbwheel for choosing a decimal digit can only change to an adjacent value (4 to 5 to 6, etc) with each click of the thumbwheel. This allows the binary output of the thumbwheel to only change one bit at a time; this can help reduce circuit complexity and also reduce signal noise.