Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.12 KB

File metadata and controls

23 lines (13 loc) · 1.12 KB

Isotope SDK

The Isotope software development kit (SDK) is for interfacing with the Isotope Breakout board, which provides various I/O ports and functionalities such as stepper motor control, analogue input, PWM output and temperature sensor input.

Packages

Latest release

isotope

isotope is the package for handling communication with the Isotope Breakout board. It provides easy to use APIs for sending commands and retrieving data from the I/O ports on the board.

unit2_controller

unit2_controller is the package for controlling Unit 2. It provides high level methods to control solenoid valves and diaphragm pumps. It is also an excellent example of inteferacing with multiple Isotope Breakout Boards.

Installation

Please refer to installation/INSTALLATION.md for details.

Usage

Documentation

Examples are available for each package, see python_lib/isotope/examples and python_lib/unit2_controller/examples.