Skip to content

Commit 561dbe5

Browse files
authored
Note about the demos
1 parent ec03b05 commit 561dbe5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@ I suggest review the setup_arm.sh script above to see what it does.
2222

2323
This has previously been tested on Linux, OSX and Windows. OSX and Windows require signed drivers which may not easily be available.
2424

25-
* Python 3 or 2.7
25+
* Python 3
2626
* Libusb (on linux, mac or windows - <http://sourceforge.net/projects/libusb-win32/files/latest/download>) - the apt-get package will work.
27-
* pyusb via pip
27+
* pyusb via pip - a virtual is recommended.
28+
29+
## Demos
30+
31+
- demos/simple.py - simple demonstration
32+
- demos/pg_key_ctrl.py - Pygame keypress demo, including moving multiple motors simultaneously. Requires pygame installed in the same venv.
33+
- demos/sh_key_ctrl.py - Console keypress demo
34+
- demos/bluedot - Blue dot control demo, may be a bit stale
35+
- demos/web_arm - Flask web control demo, may be a bit stale
2836

2937
## Usage
3038

0 commit comments

Comments
 (0)