LICENSE
README.md
pyproject.toml
setup.cfg
src/growmax/__init__.py
src/growmax/config.py
src/growmax/constants.py
src/growmax/moisture.py
src/growmax/ntpclient.py
src/growmax/pump.py
src/growmax/routine.py
src/growmax.egg-info/PKG-INFO
src/growmax.egg-info/SOURCES.txt
src/growmax.egg-info/dependency_links.txt
src/growmax.egg-info/top_level.txt
src/growmax/atlas_ph/__init__.py
src/growmax/atlas_ph/calibration.py
src/growmax/atlas_ph/export.py
src/growmax/atlas_ph/i2c.py
src/growmax/atlas_ph/import_config.py
src/growmax/atlas_ph/set_i2c.py
src/growmax/atlas_ph/uart_read.py
src/growmax/displays/__init__.py
src/growmax/displays/sh1107.py
src/growmax/displays/ssd1327.py
src/growmax/sensors/__init__.py
src/growmax/sensors/adafruit_scd4x.py
src/growmax/utils/__init__.py
src/growmax/utils/api.py
src/growmax/utils/configs.py
src/growmax/utils/displays.py
src/growmax/utils/mcu.py
src/growmax/utils/sensors.py
src/growmax/utils/water.py
src/growmax/utils/wifi.py