From 2b9943ba0d28449a590acfa8a41555b174b6ba84 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 27 Apr 2026 16:53:14 -0600 Subject: Improved arduino interface. Now allowing the user to configure pins on the fly. --- devices/__pycache__/__init__.cpython-312.pyc | Bin 301 -> 292 bytes devices/__pycache__/__init__.cpython-314.pyc | Bin 303 -> 294 bytes devices/__pycache__/analog_input.cpython-312.pyc | Bin 24804 -> 24808 bytes devices/__pycache__/analog_input.cpython-314.pyc | Bin 27067 -> 27058 bytes devices/__pycache__/arduino_device.cpython-312.pyc | Bin 0 -> 25605 bytes devices/__pycache__/arduino_device.cpython-314.pyc | Bin 0 -> 28664 bytes devices/__pycache__/base_device.cpython-312.pyc | Bin 5615 -> 5604 bytes devices/__pycache__/base_device.cpython-314.pyc | Bin 7583 -> 7574 bytes devices/__pycache__/device_registry.cpython-312.pyc | Bin 4590 -> 4571 bytes devices/__pycache__/device_registry.cpython-314.pyc | Bin 5925 -> 5916 bytes devices/__pycache__/digital_io.cpython-312.pyc | Bin 22622 -> 20778 bytes devices/__pycache__/digital_io.cpython-314.pyc | Bin 25967 -> 24119 bytes devices/__pycache__/nidaqmx_device.cpython-312.pyc | Bin 0 -> 22337 bytes devices/__pycache__/nidaqmx_device.cpython-314.pyc | Bin 0 -> 25000 bytes devices/__pycache__/serial_device.cpython-312.pyc | Bin 49674 -> 49685 bytes devices/__pycache__/serial_device.cpython-314.pyc | Bin 54966 -> 54957 bytes 16 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 devices/__pycache__/arduino_device.cpython-312.pyc create mode 100644 devices/__pycache__/arduino_device.cpython-314.pyc create mode 100644 devices/__pycache__/nidaqmx_device.cpython-312.pyc create mode 100644 devices/__pycache__/nidaqmx_device.cpython-314.pyc (limited to 'devices/__pycache__') diff --git a/devices/__pycache__/__init__.cpython-312.pyc b/devices/__pycache__/__init__.cpython-312.pyc index 88e8062..0e0929f 100644 Binary files a/devices/__pycache__/__init__.cpython-312.pyc and b/devices/__pycache__/__init__.cpython-312.pyc differ diff --git a/devices/__pycache__/__init__.cpython-314.pyc b/devices/__pycache__/__init__.cpython-314.pyc index fb1a2a7..e06c626 100644 Binary files a/devices/__pycache__/__init__.cpython-314.pyc and b/devices/__pycache__/__init__.cpython-314.pyc differ diff --git a/devices/__pycache__/analog_input.cpython-312.pyc b/devices/__pycache__/analog_input.cpython-312.pyc index 931b605..f22ffd6 100644 Binary files a/devices/__pycache__/analog_input.cpython-312.pyc and b/devices/__pycache__/analog_input.cpython-312.pyc differ diff --git a/devices/__pycache__/analog_input.cpython-314.pyc b/devices/__pycache__/analog_input.cpython-314.pyc index d82bc07..fe88c04 100644 Binary files a/devices/__pycache__/analog_input.cpython-314.pyc and b/devices/__pycache__/analog_input.cpython-314.pyc differ diff --git a/devices/__pycache__/arduino_device.cpython-312.pyc b/devices/__pycache__/arduino_device.cpython-312.pyc new file mode 100644 index 0000000..7c8c5d8 Binary files /dev/null and b/devices/__pycache__/arduino_device.cpython-312.pyc differ diff --git a/devices/__pycache__/arduino_device.cpython-314.pyc b/devices/__pycache__/arduino_device.cpython-314.pyc new file mode 100644 index 0000000..531488c Binary files /dev/null and b/devices/__pycache__/arduino_device.cpython-314.pyc differ diff --git a/devices/__pycache__/base_device.cpython-312.pyc b/devices/__pycache__/base_device.cpython-312.pyc index d5604d7..087e500 100644 Binary files a/devices/__pycache__/base_device.cpython-312.pyc and b/devices/__pycache__/base_device.cpython-312.pyc differ diff --git a/devices/__pycache__/base_device.cpython-314.pyc b/devices/__pycache__/base_device.cpython-314.pyc index fa99267..b8f94f4 100644 Binary files a/devices/__pycache__/base_device.cpython-314.pyc and b/devices/__pycache__/base_device.cpython-314.pyc differ diff --git a/devices/__pycache__/device_registry.cpython-312.pyc b/devices/__pycache__/device_registry.cpython-312.pyc index 276f1e2..3495e35 100644 Binary files a/devices/__pycache__/device_registry.cpython-312.pyc and b/devices/__pycache__/device_registry.cpython-312.pyc differ diff --git a/devices/__pycache__/device_registry.cpython-314.pyc b/devices/__pycache__/device_registry.cpython-314.pyc index 6912654..f3f7d3e 100644 Binary files a/devices/__pycache__/device_registry.cpython-314.pyc and b/devices/__pycache__/device_registry.cpython-314.pyc differ diff --git a/devices/__pycache__/digital_io.cpython-312.pyc b/devices/__pycache__/digital_io.cpython-312.pyc index c0262d5..546f9db 100644 Binary files a/devices/__pycache__/digital_io.cpython-312.pyc and b/devices/__pycache__/digital_io.cpython-312.pyc differ diff --git a/devices/__pycache__/digital_io.cpython-314.pyc b/devices/__pycache__/digital_io.cpython-314.pyc index d51aaf5..e0fc182 100644 Binary files a/devices/__pycache__/digital_io.cpython-314.pyc and b/devices/__pycache__/digital_io.cpython-314.pyc differ diff --git a/devices/__pycache__/nidaqmx_device.cpython-312.pyc b/devices/__pycache__/nidaqmx_device.cpython-312.pyc new file mode 100644 index 0000000..04f8f94 Binary files /dev/null and b/devices/__pycache__/nidaqmx_device.cpython-312.pyc differ diff --git a/devices/__pycache__/nidaqmx_device.cpython-314.pyc b/devices/__pycache__/nidaqmx_device.cpython-314.pyc new file mode 100644 index 0000000..27afd3f Binary files /dev/null and b/devices/__pycache__/nidaqmx_device.cpython-314.pyc differ diff --git a/devices/__pycache__/serial_device.cpython-312.pyc b/devices/__pycache__/serial_device.cpython-312.pyc index e885b40..b61267b 100644 Binary files a/devices/__pycache__/serial_device.cpython-312.pyc and b/devices/__pycache__/serial_device.cpython-312.pyc differ diff --git a/devices/__pycache__/serial_device.cpython-314.pyc b/devices/__pycache__/serial_device.cpython-314.pyc index 976e575..3263217 100644 Binary files a/devices/__pycache__/serial_device.cpython-314.pyc and b/devices/__pycache__/serial_device.cpython-314.pyc differ -- cgit v1.2.3