From 9275f3a5a308fc036329922337ddb8f96f4044a9 Mon Sep 17 00:00:00 2001 From: Shaun Setlock Date: Sat, 6 Nov 2021 21:10:28 -0400 Subject: [PATCH] Starting to work on functional description. --- functional_decription.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 functional_decription.md diff --git a/functional_decription.md b/functional_decription.md new file mode 100644 index 0000000..5beb0f3 --- /dev/null +++ b/functional_decription.md @@ -0,0 +1,28 @@ +# Functional Description - Garden Logic + +### Table of Contents +1. Routines + 1. Scan Inputs + 2. Collect Program State + 3. Manipulate Program State + 4. Write Outputs + 5. Log to Database +2. References + + +## Routines + +### Scan Inputs +`./input/inputs.py` + +### Collect Program State +`./states/state.py` + +### Manipulate Program State +`./states/state.py` + +### Write Outputs +`./output/outputs.py` + +### Log to Database +`./logging/db.py` \ No newline at end of file