CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
PRODUCTION_READINESS.md
README.md
pyproject.toml
requirements.txt
setup.py
docs/USER_GUIDE.md
docs/development/README.md
docs/development/register-readback-findings.md
docs/hardware/2305-1518819.pdf
docs/hardware/CGW-LED-FAN-CTRL-4-REV1-SCH.pdf
docs/hardware/EMC2301-2-3-5-Data-Sheet-DS20006532A.pdf
docs/hardware/README.md
emc2305/__init__.py
emc2305/py.typed
emc2305/settings.py
emc2305/driver/__init__.py
emc2305/driver/constants.py
emc2305/driver/emc2305.py
emc2305/driver/i2c.py
emc2305/proto/__init__.py
emc2305/server/__init__.py
examples/python/test_fan_control.py
examples/python/test_fault_detection.py
examples/python/test_fsc_mode.py
examples/python/test_rpm_monitor.py
microchip_emc2305.egg-info/PKG-INFO
microchip_emc2305.egg-info/SOURCES.txt
microchip_emc2305.egg-info/dependency_links.txt
microchip_emc2305.egg-info/not-zip-safe
microchip_emc2305.egg-info/requires.txt
microchip_emc2305.egg-info/top_level.txt
tests/mock_i2c.py
tests/test_driver_unit.py
tests/test_emc2305_init.py
tests/test_i2c_basic.py