Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up example to use correct object
Currently the example fails with: python3 pydexarm/example.py pydexarm: /dev/ttyACM0 open Traceback (most recent call last): File "/home/michele/Devel/DexArm_API/pydexarm/example.py", line 9, in <module> dexarm.go_home() NameError: name 'dexarm' is not defined Let's point it to the proper class so things start working again. Renaming 'dexarm' instead of 'device' in order to make it less confusing. Signed-off-by: Michele Baldessari <[email protected]>
- Loading branch information