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