Skip to content

Simple Arduino calculator made using an I2C LCD and the One Pin Keypad.

License

Notifications You must be signed in to change notification settings

ProgettoCompany/Simple_Arduino_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Arduino Calculator

This is a simple Arduino calculator with basic arithmetic operators and support for numbers with decimals. However, this calculator does have other limitations, to simplify the code, this calculator evaluates the result from left to right, without regard for the order of operations. It also has no support for negative numbers. However, feel free to implement this yourself as a coding challenge.

You can find the tutorial to build it here: https://www.instructables.com/Simple-Arduino-Calculator-1/

About

Simple Arduino calculator made using an I2C LCD and the One Pin Keypad.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages