A high school project to build a four function calculator with an Arduino
Go to file
filifa 5428fdf634 Add README 2024-03-19 20:35:01 -05:00
README.md Add README 2024-03-19 20:35:01 -05:00
Token.cpp Initial commit 2024-03-19 20:35:01 -05:00
Token.h Initial commit 2024-03-19 20:35:01 -05:00
calculator.ino Initial commit 2024-03-19 20:35:01 -05:00

README.md

This is a repository of code for a four function calculator I made with an Arduino Uno as part of a school project. The calculator is programmed to understand order of operations using Dijkstra's shunting yard algorithm.