Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 530 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 530 Bytes

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/