From 4db119fb9c04428e7aef6f1a278c1639aa867baf Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 21 Apr 2026 22:58:30 -0600 Subject: Major update to Output control Including: - Control panel - Change status of simulation after devices creation. - Arduino serial conflict with multiple channels. - Claude instructions. - Update to arduino on board code. --- devices/__pycache__/__init__.cpython-312.pyc | Bin 396 -> 290 bytes devices/__pycache__/analog_input.cpython-312.pyc | Bin 23750 -> 24161 bytes devices/__pycache__/base_device.cpython-312.pyc | Bin 5615 -> 5604 bytes devices/__pycache__/device_registry.cpython-312.pyc | Bin 4582 -> 4579 bytes devices/__pycache__/digital_io.cpython-312.pyc | Bin 18353 -> 21995 bytes devices/__pycache__/serial_device.cpython-312.pyc | Bin 14680 -> 14645 bytes 6 files changed, 0 insertions(+), 0 deletions(-) (limited to 'devices/__pycache__') diff --git a/devices/__pycache__/__init__.cpython-312.pyc b/devices/__pycache__/__init__.cpython-312.pyc index bd9bb71..7c1bbbd 100644 Binary files a/devices/__pycache__/__init__.cpython-312.pyc and b/devices/__pycache__/__init__.cpython-312.pyc differ diff --git a/devices/__pycache__/analog_input.cpython-312.pyc b/devices/__pycache__/analog_input.cpython-312.pyc index 2ff8a31..fefede6 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__/base_device.cpython-312.pyc b/devices/__pycache__/base_device.cpython-312.pyc index f665ff1..bfab8b5 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__/device_registry.cpython-312.pyc b/devices/__pycache__/device_registry.cpython-312.pyc index 2694da3..d8b72e0 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__/digital_io.cpython-312.pyc b/devices/__pycache__/digital_io.cpython-312.pyc index 8c7375b..7fa10a5 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__/serial_device.cpython-312.pyc b/devices/__pycache__/serial_device.cpython-312.pyc index 7472878..5cacb6b 100644 Binary files a/devices/__pycache__/serial_device.cpython-312.pyc and b/devices/__pycache__/serial_device.cpython-312.pyc differ -- cgit v1.2.3