LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/new_scale_move.py
scripts/probe_crash_test.py
scripts/read_to_file.py
src/ephys_link/__init__.py
src/ephys_link/__main__.py
src/ephys_link/common.py
src/ephys_link/gui.py
src/ephys_link/platform_handler.py
src/ephys_link/platform_manipulator.py
src/ephys_link/server.py
src/ephys_link/platforms/new_scale_handler.py
src/ephys_link/platforms/new_scale_manipulator.py
src/ephys_link/platforms/new_scale_pathfinder_handler.py
src/ephys_link/platforms/sensapex_handler.py
src/ephys_link/platforms/sensapex_manipulator.py
src/ephys_link/resources/CP210xManufacturing.dll
src/ephys_link/resources/NstMotorCtrl.dll
src/ephys_link/resources/SiUSBXp.dll
src/ephys_link/resources/libum.dll
tests/__init__.py
tests/calibration_test.py
tests/can_write_test.py
tests/drive_to_depth_test.py
tests/get_manipulators_test.py
tests/get_pos_test.py
tests/inside_brain_test.py
tests/move_test.py
tests/register_manipulator_test.py
tests/stop_test.py