Skip to main content

Lickport array interface.

Project description

This Python package creates a class named LickportArrayInterface.

Authors:

Peter Polidoro <peter@polidoro.io>

License:

BSD

Example Usage:

from lickport_array_interface import LickportArrayInterface
dev = LickportArrayInterface() # Try to automatically detect port
dev = LickportArrayInterface(port='/dev/ttyACM0') # Linux specific port
dev = LickportArrayInterface(port='/dev/tty.usbmodem262471') # Mac OS X specific port
dev = LickportArrayInterface(port='COM3') # Windows specific port
dev.start_saving_data()
dev.stop_saving_data()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lickport_array_interface-0.5.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

lickport_array_interface-0.5.0-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page