first cut at turnon scripts for EasyTimer v2
[fw/altos] / ao-bringup / test-easymotor-v3
index 8e810b3b5c78104c79ae7c817ff97b9be0bea067..e1454b8b46c530bcfc20b03d9342985fbd467488 100755 (executable)
@@ -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)
                    ;;