COPYING
MANIFEST.in
README
setup.py
box0/__init__.py
box0/_binding.py
box0/device.py
box0/exceptions.py
box0/extra.py
box0/generic.py
box0.egg-info/PKG-INFO
box0.egg-info/SOURCES.txt
box0.egg-info/dependency_links.txt
box0.egg-info/requires.txt
box0.egg-info/top_level.txt
box0/backend/__init__.py
box0/backend/usb.py
box0/driver/__init__.py
box0/driver/ads1220.py
box0/driver/adxl345.py
box0/driver/driver.py
box0/driver/hbridge.py
box0/driver/mcp342x.py
box0/misc/__init__.py
box0/misc/box0v5/__init__.py
box0/misc/box0v5/ps.py
box0/module/__init__.py
box0/module/ain.py
box0/module/aout.py
box0/module/dio.py
box0/module/i2c.py
box0/module/module.py
box0/module/pwm.py
box0/module/spi.py
box0/property/__init__.py
box0/property/bitsize.py
box0/property/buffer.py
box0/property/capab.py
box0/property/chan_config.py
box0/property/chan_seq.py
box0/property/count.py
box0/property/i2c_version.py
box0/property/label.py
box0/property/property.py
box0/property/ref.py
box0/property/repeat.py
box0/property/speed.py
box0/property/stream.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/intro.rst
doc/make.bat
example/ads1220-print.py
example/ain-aout-feed.py
example/ain-aout-filtered.py
example/ain_static_pyplot.py
example/ain_static_pyqtgraph.py
example/ain_stream_pyqtgraph.py
example/i2c-util.py
example/led_strip.py
example/motor_surge.py
example/power-supply.py
example/pwm_example.py
example/pwm_sweep.py
test/basic_read_ain.py
test/ping_test.py
test/print_ain_label.py
test/pwm_test.py
test/test_adxl345.py
test/test_ain.py
test/test_ain_stream.py
test/test_device.py
test/test_device_all_mod.py
test/test_gpio_toggle.py
test/test_hbridge.py
test/test_i2c_task.py
test/test_spi_fd_loop.py
test/test_usb_func.py
test/test_version.py