Run script to log sensor data to sqlite database.
python3 data_logger.py
Run web server and button script.
authbind --deep python3 web_server.py
Use crontab -e to run python processes on start up.
@reboot cd smart-garden && python3 data_logger.py &
@reboot cd smart-garden && authbind --deep python3 web_server.py &
i2cdetect -y 1