.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
README.md
pyproject.toml
.github/workflows/publish-pypi.yml
.github/workflows/test-python.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/project.rst
docs/requirements.txt
docs/api/device.rst
docs/api/gpio.rst
docs/api/index.rst
docs/api/ioctl_consts.rst
docs/api/oneshot.rst
docs/api/package.rst
docs/api/pwm.rst
docs/api/sigevent.rst
docs/api/timer.rst
docs/api/userled.rst
docs/api/utils.rst
docs/examples/gpio.rst
docs/examples/index.rst
docs/examples/oneshot.rst
docs/examples/pwm.rst
docs/examples/timer.rst
docs/examples/userled.rst
examples/gpio_interrupt.py
examples/gpio_out.py
examples/oneshot.py
examples/pwm.py
examples/timer.py
examples/timer_notification.py
examples/userled.py
scripts/README.md
scripts/install-packages.py
src/nuttx_periphery/__init__.py
src/nuttx_periphery/_version.py
src/nuttx_periphery/device.py
src/nuttx_periphery/gpio.py
src/nuttx_periphery/ioctl_consts.py
src/nuttx_periphery/oneshot.py
src/nuttx_periphery/pwm.py
src/nuttx_periphery/sigevent.py
src/nuttx_periphery/timer.py
src/nuttx_periphery/userled.py
src/nuttx_periphery/utils.py
src/nuttx_periphery.egg-info/PKG-INFO
src/nuttx_periphery.egg-info/SOURCES.txt
src/nuttx_periphery.egg-info/dependency_links.txt
src/nuttx_periphery.egg-info/requires.txt
src/nuttx_periphery.egg-info/top_level.txt
tests/test_gpio.py
tests/test_ioctl_consts.py
tests/test_oneshot.py
tests/test_pwm.py
tests/test_pwm_struct_compare.py
tests/test_sigevent.py
tests/test_timer.py
tests/test_userled.py
tests/extra/pwm_struct_probe.c