Metadata-Version: 2.1
Name: wiliot_test_equipment
Version: 1.0.3
Summary: A library for interacting with external lab equipment
Home-page: 
Author: Wiliot
Author-email: support@wiliot.com
License: MIT
Project-URL: Bug Tracker, https://WILIOT-ZENDESK-URL
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools-scm
Requires-Dist: numpy
Requires-Dist: pyvisa
Requires-Dist: pyvisa-py
Requires-Dist: PyUSB
Requires-Dist: pyserial

# README #

A Wiliot python package to control external hardware.

### What is this repository for? ###

* Controlling PyVisa devices
* Controlling proprietary Arduino GPIO router board

### Arduino GPIO Router Set Up ###

* To flash Arduino board, you need to download and install from https://www.arduino.cc/en/software/
* Connect Arduino board to computer, and open script pywiliot-test-equipment/wiliot_test_equipment/arduino/gpio_router/gpio_router.ino in Arduino software, select board and click upload.

For more documentation and instructions, please contact us: support@wiliot.com
