diff --git a/.deploy/ch-5-1-test-1-pin.sh b/.deploy/ch-5-1-test-1-pin.sh new file mode 100755 index 0000000..92cc7bc --- /dev/null +++ b/.deploy/ch-5-1-test-1-pin.sh @@ -0,0 +1,3 @@ +.deploy/send-it.sh \ + ch-5/1-tests/motors_test_1_pin_short.py \ + ch-5/1-tests/robot.py diff --git a/.deploy/ch-5-1-test-all-pins.sh b/.deploy/ch-5-1-test-all-pins.sh new file mode 100755 index 0000000..ac5d8c9 --- /dev/null +++ b/.deploy/ch-5-1-test-all-pins.sh @@ -0,0 +1,3 @@ +.deploy/send-it.sh \ + ch-5/1-tests/motors_test_all_pins_short.py \ + ch-5/1-tests/robot.py