This is my first successful attempt at programming with Arduino Uno so please for give me if the code appears to need some refining, but it does work. I started with the LCD 16x2 & keyboard shield and started to play. If you are new to programming and have trouble relating Binary, Decimal and Hex values, then this device will help. It allows an eight bit binary word to be set on eight switches and the decimal and hex equivalent will be displayed along with the binary. Apart from the Uno and LCD boards the project only requires the addition of eight switches or a bank of dil switches.
All connections are contained in the project as comments and if anyone tries this I would welcome your views.
The project file is attached,if I have done everything right. This is also my first post.
Bin_to_dec.ino (2.86 KB)