Metadata-Version: 1.1
Name: mouse-joystick-interface
Version: 1.0.0
Summary: Mouse joystick interface for communicating with mouse joystick controller.
Home-page: https://github.com/janelia-pypi/mouse_joystick_interface_python
Author: Peter Polidoro
Author-email: polidorop@janelia.hhmi.org
License: BSD
Description: mouse_joystick_interface_python
        ===============================
        
        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()
        
Keywords: modular serial arduino device client modulardevice modular-device modular_device modularclient modular-client mouse_joystick_interface json json-rpc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
