Skip to content

jacksimack/Arduino-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Arduino-Calculator

A calculator built using a breadboard, switches, and a joystick.

Overview

In this project, I designed and build a basic calculator that can add, subtract, multiply, and divide. It can also save previous result to be further manipulated. The calculator's program runs on an Arduino, and implements a user interface with a prompt and set of instructions.

Hardware

This calculator was built on a single breadboard. I used a set of button swtches to select digits, as well as access the previous answer. A joystick controls the operation, and can lock in selected values. All switches and the joystick are wired to an Arduino, containing the program I created.

Software

I wrote my software in Arduino Language, which utilizes C/C++ syntax with specifc Arduino instructions.

About

A calculator built using a breadboard, switches, and a joystick.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages