From 5428fdf63428d9d400c5d55687118487d08c2222 Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 19 Mar 2024 20:35:01 -0500 Subject: [PATCH] Add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8834fd5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +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.