.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/workflow.yml
examples/calibration_example.py
examples/data_logging.py
examples/find_adapter.py
examples/simple_read.py
gsv8_ethercat/__init__.py
gsv8_ethercat/calibration.py
gsv8_ethercat/cli.py
gsv8_ethercat/diagnostics.py
gsv8_ethercat/monitor.py
gsv8_ethercat/sensor.py
gsv8_ethercat.egg-info/PKG-INFO
gsv8_ethercat.egg-info/SOURCES.txt
gsv8_ethercat.egg-info/dependency_links.txt
gsv8_ethercat.egg-info/entry_points.txt
gsv8_ethercat.egg-info/not-zip-safe
gsv8_ethercat.egg-info/requires.txt
gsv8_ethercat.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_calibration.py
tests/test_diagnostics.py
tests/test_imports.py
tests/test_monitor.py
tests/test_sensor.py