/Simple-AVR-Calculator

This code implements a basic calculator using a microcontroller. The calculator allows the user to perform addition, subtraction, multiplication, and division operations on two 4-digit numbers entered through a keypad. The result is displayed on an LCD screen.

Primary LanguageMakefile

Stargazers