Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.07 KB

README.md

File metadata and controls

37 lines (23 loc) · 2.07 KB

Arduino Simple Calculator

Simple calculator built with Arduino Uno Rev3 board

About this repository

This repository contains source code, compiled Arduino files (at the build directory) and necessary files for simulating the board in Proteus 8 (at the proteus directory).

Board map schematics

Dependent libraries

  1. LCD library (Arduino official)

  2. Keypad library (by Chris--A)

Simulate in Proteus 8

This project can be simulated in Proteus 8. The whole project and the compiled source (for developing re-creating the project) is available to use in Proteus.

Arduino Uno library for Proteus 8 (From THP website)

Note

Arduino Uno library for Proteus 8 is only required if you want to simulate the board in Proteus 8. Otherwise, it's not a dependency for board development.

Warning

If you want to simulate the board in Proteus 8, be sure to choose the compiled .hex file (from the build directory) for the board in Proteus 8 enviroment. You can also compile the source code personally using the Arduino IDE.

A screenshot from the project opened in Proteus 8 enviroment