Commit 6366559
committed
Fix up example to use correct object
Currently the example fails on linux 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 on
Linux
Signed-off-by: Michele Baldessari <michele@acksyn.org>1 parent 34f4bd4 commit 6366559
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments