.gitignore
LICENSE
README.rst
setup.cfg
setup.py
.github/workflows/dist.yml
devtools/build_and_deploy.sh
devtools/exclude_commits_navx
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/magicbot.rst
docs/make.bat
docs/requirements.txt
docs/robotpy_ext.autonomous.rst
docs/robotpy_ext.common_drivers.rst
docs/robotpy_ext.control.rst
docs/robotpy_ext.misc.rst
magicbot/__init__.py
magicbot/inject.py
magicbot/magic_reset.py
magicbot/magic_reset.pyi
magicbot/magic_tunable.py
magicbot/magicbot_tests.py
magicbot/magiccomponent.py
magicbot/magicrobot.py
magicbot/py.typed
magicbot/state_machine.py
robotpy_ext/__init__.py
robotpy_ext/version.py
robotpy_ext/autonomous/__init__.py
robotpy_ext/autonomous/selector.py
robotpy_ext/autonomous/selector_tests.py
robotpy_ext/autonomous/stateful_autonomous.py
robotpy_ext/common_drivers/README.rst
robotpy_ext/common_drivers/__init__.py
robotpy_ext/common_drivers/distance_sensors.py
robotpy_ext/common_drivers/driver_base.py
robotpy_ext/common_drivers/pressure_sensors.py
robotpy_ext/common_drivers/units.py
robotpy_ext/common_drivers/xl_max_sonar_ez.py
robotpy_ext/control/__init__.py
robotpy_ext/control/button_debouncer.py
robotpy_ext/control/toggle.py
robotpy_ext/misc/__init__.py
robotpy_ext/misc/annotations.py
robotpy_ext/misc/asyncio_policy.py
robotpy_ext/misc/crc7.py
robotpy_ext/misc/looptimer.py
robotpy_ext/misc/orderedclass.py
robotpy_ext/misc/periodic_filter.py
robotpy_ext/misc/precise_delay.py
robotpy_ext/misc/simple_watchdog.py
robotpy_wpilib_utilities.egg-info/PKG-INFO
robotpy_wpilib_utilities.egg-info/SOURCES.txt
robotpy_wpilib_utilities.egg-info/dependency_links.txt
robotpy_wpilib_utilities.egg-info/not-zip-safe
robotpy_wpilib_utilities.egg-info/requires.txt
robotpy_wpilib_utilities.egg-info/top_level.txt
tests/conftest.py
tests/requirements.txt
tests/run_tests.py
tests/test_magicbot_injection.py
tests/test_magicbot_sm.py
tests/test_misc_precise_delay.py
tests/test_pressure_sensor.py
tests/test_toggle.py
tests/test_units.py
tests/test_xl_max_sonar_ez.py