Archived
1
0
This repository has been archived on 2025-04-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
garden/functional_decription.md
2021-11-06 21:10:28 -04:00

28 lines
437 B
Markdown

# 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`