.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/workflow.yml
src/nau7802/__init__.py
src/nau7802/cli.py
src/nau7802/py.typed
src/nau7802.egg-info/PKG-INFO
src/nau7802.egg-info/SOURCES.txt
src/nau7802.egg-info/dependency_links.txt
src/nau7802.egg-info/entry_points.txt
src/nau7802.egg-info/requires.txt
src/nau7802.egg-info/top_level.txt
src/nau7802/device/__init__.py
src/nau7802/device/adc.py
src/nau7802/device/control.py
src/nau7802/device/device.py
src/nau7802/device/power.py
src/nau7802/protocol/__init__.py
src/nau7802/protocol/bus.py
src/nau7802/register/__init__.py
src/nau7802/register/_base.py
src/nau7802/register/_byte.py
src/nau7802/register/_int24.py
src/nau7802/register/_int32.py
src/nau7802/registers/__init__.py
src/nau7802/registers/adc_ctrl1.py
src/nau7802/registers/adc_ctrl3.py
src/nau7802/registers/adco.py
src/nau7802/registers/ctrl1.py
src/nau7802/registers/ctrl2.py
src/nau7802/registers/gcal1.py
src/nau7802/registers/gcal2.py
src/nau7802/registers/i2c_control.py
src/nau7802/registers/ocal1.py
src/nau7802/registers/ocal2.py
src/nau7802/registers/pu_ctl.py
src/nau7802/registers/pwr_ctrl.py
src/nau7802/registers/rev_id.py