Skip to content

Commit

Permalink
add tests/IQ/Gen1/RobotMesh/PyB/Motor/Test-Motor-__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Jul 3, 2023
1 parent ead71d9 commit cfcb44a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/IQ/Gen1/RobotMesh/PyB/Motor/Test-Motor-__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# noqa: D104


from vex import (
Motor,
Ports,
)


motor = Motor(Ports.PORT1)

motor = Motor(Ports.PORT1, False)

motor = Motor(Ports.PORT1, True)

0 comments on commit cfcb44a

Please sign in to comment.