hydrophonitor/scripts/start-pressure-depth.sh

14 lines
299 B
Bash
Raw Normal View History

#!/bin/bash
2022-10-02 12:24:51 +00:00
set -x
I2C_BUS=3
# Export the configuration values
SCRIPT_PATH=/home/pi/hydrophonitor/scripts
. $SCRIPT_PATH/export-config-values.sh
OPTIONS="--output $OUTPUT_DIR --interval $DEPTH_INTERVAL --bus $I2C_BUS"
2022-10-02 12:24:51 +00:00
cd $HOME_PATH/hydrophonitor/depth-logger && python record-depth.py $OPTIONS