aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorGergő J. Miklós2019-08-06 08:51:57 +0200
committerGergő J. Miklós2019-08-06 08:51:57 +0200
commitd8d87351acd4a8fef65db6a59993cbac99dc3bab (patch)
tree19b7173f3b3c905b9596b048e64473710d8fd109 /run.sh
parent812af485ea41fe162bb6fb888045318152bf2c66 (diff)
downloadi2sensors-d8d87351acd4a8fef65db6a59993cbac99dc3bab.tar.gz
i2sensors-d8d87351acd4a8fef65db6a59993cbac99dc3bab.zip
qmc5883 initial
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 3baaa4c..6894d27 100644
--- a/run.sh
+++ b/run.sh
@@ -11,11 +11,11 @@ if [ "$?" == "0" ]; then
#rsync -aHv -q -e "ssh" build/i2sensors-arm root@cb2:/tmp/i2sensors
# scp -r build/i2sensors-armhf root@cb2:/tmp/i2sensors
- ssh root@cb2 '/tmp/i2sensors read_one 1 lm75 0x49 0,-0.5'
+ ssh root@cb2 '/tmp/i2sensors read_one 1 qmc5883 0x0d 0,x'
echo
- ssh root@cb2 '/tmp/i2sensors conf_set 1 lm75 0x49 thys,-129.5'
+ #ssh root@cb2 '/tmp/i2sensors conf_set 1 lm75 0x49 thys,-129.5'
#ssh root@cb2 '/tmp/i2sensors '
- ssh root@cb2 '/tmp/i2sensors read_all 1 lm75 0x49'
+ ssh root@cb2 '/tmp/i2sensors read_one 1 lm75 0x49 0,-0.5 '
# ssh root@cb2 'rm /tmp/i2sensors'