Skip to content

maxtenenbaum/Pivot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot

Pivot is a control system for a rotary switching mechanism. This repository contains both the Python control software and the Arduino firmware.

Structure

  • pivot/ – Python package
  • arduino/ – Arduino firmware
  • examples/ – Example usage scripts
  • tests/ – Python tests
  • docs/ – Documentation

Python Setup

python -m venv .venv
.venv\Scripts\activate      # On Windows
source .venv/bin/activate   # On Mac/Linux

pip install -r requirements.txt

About

Pivot is an acquisition automation and data analysis framework for controlling and monitoring electrochemical experiments. Built to streamline high-throughput testing for neural interfaces and bioelectronic devices, Pivot integrates hardware automation, experimental scheduling, and data parsing into a single flexible toolkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors