calculator/README.md

4 lines
221 B
Markdown
Raw Permalink Normal View History

2024-03-20 01:35:01 +00:00
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.