X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-easymotor-v3;h=e1454b8b46c530bcfc20b03d9342985fbd467488;hb=a2ac718f9132524bc3a8c5fd4ff3df64ed8fda80;hp=8e810b3b5c78104c79ae7c817ff97b9be0bea067;hpb=4a1f441b746d4c9d1cb4a52401d76b5e81ba6f48;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) ;;