Mouse joystick interface for communicating with mouse joystick controller.
Project description
This Python package creates a class named MouseJoystickInterface.
Authors:
Peter Polidoro <polidorop@janelia.hhmi.org>
License:
BSD
Example Usage:
dev = MouseJoystickInterface() # Might automatically find devices if available # if devices not found automatically, specify ports directly dev = MouseJoystickInterface(use_ports=['/dev/ttyACM0','/dev/ttyACM0']) # Linux specific ports dev = MouseJoystickInterface(use_ports=['/dev/tty.usbmodem262471','/dev/tty.usbmodem262472']) # Mac OS X specific ports dev = MouseJoystickInterface(use_ports=['COM3','COM4']) # Windows specific ports dev.abort_assay() dev.start_assay()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mouse_joystick_interface-1.0.0.tar.gz
.
File metadata
- Download URL: mouse_joystick_interface-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ea7dc12225ec6dfdae50e806481277f921f3ba3c5889a92586b46503ee0ed99 |
|
MD5 | cd7d363d2caa9f05c6daaeb65e608e4c |
|
BLAKE2b-256 | 6c9b4208bb0fce50e82a30bdaa7d734f5d39e323ad3298079e0eafeb5f75be5f |