File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,17 @@ I suggest review the setup_arm.sh script above to see what it does.
22
22
23
23
This has previously been tested on Linux, OSX and Windows. OSX and Windows require signed drivers which may not easily be available.
24
24
25
- * Python 3 or 2.7
25
+ * Python 3
26
26
* 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
28
36
29
37
## Usage
30
38
You can’t perform that action at this time.
0 commit comments