Skip to content

Commit

Permalink
Note about the demos
Browse files Browse the repository at this point in the history
  • Loading branch information
dannystaple authored Jan 26, 2025
1 parent ec03b05 commit 561dbe5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ I suggest review the setup_arm.sh script above to see what it does.

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

* Python 3 or 2.7
* Python 3
* Libusb (on linux, mac or windows - <http://sourceforge.net/projects/libusb-win32/files/latest/download>) - the apt-get package will work.
* pyusb via pip
* pyusb via pip - a virtual is recommended.

## Demos

- demos/simple.py - simple demonstration
- demos/pg_key_ctrl.py - Pygame keypress demo, including moving multiple motors simultaneously. Requires pygame installed in the same venv.
- demos/sh_key_ctrl.py - Console keypress demo
- demos/bluedot - Blue dot control demo, may be a bit stale
- demos/web_arm - Flask web control demo, may be a bit stale

## Usage

Expand Down

0 comments on commit 561dbe5

Please sign in to comment.