Simple calculator using avr microcontroller Atmega16

Here’s a simple calculator with the Atmega16 microcontroller. It have an LCD display and a 4×4 keypad. You can also download the proteus simulation file on the downloads Bascom Code $regfile = “m16def.dat” $crystal = 1000000 Config Kbd = Portd , Debounce = 30 Config Lcd = 16 * 2 Config Lcdpin = Pin , […]

Simple calculator using avr microcontroller Atmega16 Read More »