X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-easymotor-v3;h=e1454b8b46c530bcfc20b03d9342985fbd467488;hb=96444c1e0e6a1c179d9695b454012d0b16d0a76c;hp=8e810b3b5c78104c79ae7c817ff97b9be0bea067;hpb=a2fdfd4f9c92c1d3331f8be0e15ae19209b4ee15;p=fw%2Faltos diff --git a/ao-bringup/test-easymotor-v3 b/ao-bringup/test-easymotor-v3 index 8e810b3b..e1454b8b 100755 --- a/ao-bringup/test-easymotor-v3 +++ b/ao-bringup/test-easymotor-v3 @@ -9,6 +9,7 @@ echo "Copyright 2022 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" +echo "\t\tand precision 2:1 resistor divider feeding pressure input from 5V out" echo ret=1 @@ -24,6 +25,11 @@ ao-list | while read product serial dev; do echo "Testing flash" ../ao-tools/ao-test-flash/ao-test-flash --tty="$dev" "$FLASHSIZE" + echo "" + + echo "Testing pressure sensor input" + ../ao-tools/ao-test-pressure/ao-test-pressure --tty="$dev" + case $? in 0) ;;