LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
Examples/cam_variable_freq.py
Examples/correl_advanced.py
Examples/correl_basic.py
Examples/correl_fake_test.py
Examples/correl_strain_controlled_fake_test.py
Examples/custom_actuator.py
Examples/custom_block.py
Examples/custom_camera.py
Examples/custom_in.py
Examples/custom_out.py
Examples/dio_daqmx.py
Examples/discorrel_basic.py
Examples/displayer.py
Examples/disve.py
Examples/drawing.py
Examples/fake_test.py
Examples/furnace_simulation.py
Examples/generator.py
Examples/generator_steps.py
Examples/gpucorrel_fake_test.py
Examples/mean.py
Examples/microcontroller_example.py
Examples/modifiers.py
Examples/multiplexer.py
Examples/photo.py
Examples/pid.py
Examples/read.py
Examples/read_write.py
Examples/sending_img_through_links.py
Examples/spectrum.py
Examples/stream_t7.py
Examples/tensile_1.py
Examples/tensile_2.py
Examples/thermocouple_daqmx.py
Examples/thermocouple_t7.py
Examples/ve_fake_test.py
Examples/videoextenso_reset_def.py
Examples/videoextenso_simple.py
crappy/__init__.py
crappy/__version__.py
crappy/_global.py
crappy.egg-info/PKG-INFO
crappy.egg-info/SOURCES.txt
crappy.egg-info/dependency_links.txt
crappy.egg-info/not-zip-safe
crappy.egg-info/requires.txt
crappy.egg-info/top_level.txt
crappy/actuator/__init__.py
crappy/actuator/actuator.py
crappy/actuator/biaxe.py
crappy/actuator/biotens.py
crappy/actuator/cmDrive.py
crappy/actuator/fakemotor.py
crappy/actuator/motorkit_pump.py
crappy/actuator/oriental.py
crappy/actuator/pololu_tic.py
crappy/actuator/servostar.py
crappy/blocks/__init__.py
crappy/blocks/autoDrive.py
crappy/blocks/block.py
crappy/blocks/camera.py
crappy/blocks/client_server.py
crappy/blocks/dashboard.py
crappy/blocks/discorrel.py
crappy/blocks/displayer.py
crappy/blocks/disve.py
crappy/blocks/drawing.py
crappy/blocks/fake_machine.py
crappy/blocks/generator.py
crappy/blocks/gpucorrel.py
crappy/blocks/gpuve.py
crappy/blocks/grapher.py
crappy/blocks/gui.py
crappy/blocks/hdf_recorder.py
crappy/blocks/ioblock.py
crappy/blocks/machine.py
crappy/blocks/mean.py
crappy/blocks/multiplex.py
crappy/blocks/pid.py
crappy/blocks/reader.py
crappy/blocks/recorder.py
crappy/blocks/sink.py
crappy/blocks/ucontroller.py
crappy/blocks/videoExtenso.py
crappy/blocks/generator_path/__init__.py
crappy/blocks/generator_path/constant.py
crappy/blocks/generator_path/custom.py
crappy/blocks/generator_path/cyclic.py
crappy/blocks/generator_path/cyclic_ramp.py
crappy/blocks/generator_path/inertia.py
crappy/blocks/generator_path/path.py
crappy/blocks/generator_path/protection.py
crappy/blocks/generator_path/ramp.py
crappy/blocks/generator_path/sine.py
crappy/camera/__init__.py
crappy/camera/bispectral.py
crappy/camera/camera.py
crappy/camera/cameralink.py
crappy/camera/fakeCamera.py
crappy/camera/gstreamer.py
crappy/camera/jai.py
crappy/camera/opencv.py
crappy/camera/pi_camera.py
crappy/camera/seek_thermal_pro.py
crappy/camera/streamer.py
crappy/camera/webcam.py
crappy/camera/xiapi.py
crappy/inout/__init__.py
crappy/inout/ads1115.py
crappy/inout/agilent34420A.py
crappy/inout/comedi.py
crappy/inout/daqmx.py
crappy/inout/fake_inout.py
crappy/inout/gpio_pwm.py
crappy/inout/gpio_switch.py
crappy/inout/gsm.py
crappy/inout/inout.py
crappy/inout/kollmorgen.py
crappy/inout/labjackT7.py
crappy/inout/labjackUE9.py
crappy/inout/mcp9600.py
crappy/inout/mprls.py
crappy/inout/nau7802.py
crappy/inout/ni_daqmx.py
crappy/inout/open_daq.py
crappy/inout/opsens.py
crappy/inout/piJuice.py
crappy/inout/spectrum.py
crappy/inout/t7Streamer.py
crappy/inout/waveshare_ad_da.py
crappy/inout/waveshare_ad_da_ft232h.py
crappy/links/__init__.py
crappy/links/link.py
crappy/modifier/__init__.py
crappy/modifier/apply_strain_img.py
crappy/modifier/demux.py
crappy/modifier/differentiate.py
crappy/modifier/integrate.py
crappy/modifier/mean.py
crappy/modifier/median.py
crappy/modifier/modifier.py
crappy/modifier/moving_avg.py
crappy/modifier/moving_med.py
crappy/modifier/trig_on_change.py
crappy/modifier/trig_on_value.py
crappy/tool/__init__.py
crappy/tool/cameraConfig.py
crappy/tool/cameraConfigBoxes.py
crappy/tool/comedi_bind.py
crappy/tool/discorrel.py
crappy/tool/discorrelConfig.py
crappy/tool/disve.py
crappy/tool/fields.py
crappy/tool/ft232h.py
crappy/tool/gpucorrel.py
crappy/tool/kernels.cu
crappy/tool/microcontroller.py
crappy/tool/pyspcm.py
crappy/tool/usb_server.py
crappy/tool/videoextenso.py
crappy/tool/videoextensoConfig.py
crappy/tool/data/pad.png
crappy/tool/data/speckle.png
crappy/tool/data/ve_markers.tif
docs/Makefile
docs/source/blocklist.rst
docs/source/bugs.rst
docs/source/citing.rst
docs/source/conf.py
docs/source/developers.rst
docs/source/documentation.rst
docs/source/embedded.rst
docs/source/features.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/tutorials.rst
docs/source/whatiscrappy.rst
docs/source/crappydocs/actuators.rst
docs/source/crappydocs/block.rst
docs/source/crappydocs/blocks.rst
docs/source/crappydocs/cameras.rst
docs/source/crappydocs/inouts.rst
docs/source/crappydocs/links.rst
docs/source/crappydocs/modifiers.rst
docs/source/crappydocs/tools.rst
docs/source/tutorials/c.rst
docs/source/tutorials/custom_blocks.rst
docs/source/tutorials/gettingstarted.rst
impact/biaxe.py
impact/biotens.py
impact/furnace.py
impact/video_extenso_auto_drive.py
impact/video_extenso_full.py
util/Set_ft232h_serial_nr.py
util/biaxe.py
util/biaxe_independant_axis_protection.py
util/biaxe_protection.py
util/interfaceCMdrive.py
util/open_hdf.py
util/oriental.py
util/pid_autotune.py
util/test_graph.py
util/udev_rule_setter.sh