Hossam-Elbahrawy / ATmega328p-Calculator

Calculator using infix expression evaluation algorithm on ATmega328p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Introduction

A calculator using infix expression evaluation algorithm on ATmega328p using LCD and Keypad with the AVR toolchain without the Arduino IDE.

Hardware

  • USB Type A to Type B cable
  • Arduino Uno with the Atmel ATmega328p microcontroller.
  • 16x2 LCD
  • 4x4 Keypad

Circuit

Calculator

Installation

You will need to have the AVR toolchain installed on your system. This includes:

  • avr-gcc
  • avr-libc
  • avrdude
  • proteus (for simulation)

Support

Please feel free to contact me if you have any questions/concerns. My email address is hossamelbahrawy52@gmail.com

About

Calculator using infix expression evaluation algorithm on ATmega328p


Languages

Language:C 95.0%Language:C++ 3.0%Language:Shell 1.9%