diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-08-02 11:05:48 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-08-02 11:05:48 -0600 |
| commit | 1c349a982026736f4c2a26951d9d0aefe7b963bc (patch) | |
| tree | b66175df392e3d707ca45650facfd18bcba6c337 /README.md | |
| parent | fa0304793a4525db68cb53b527d695bfa2c65966 (diff) | |
| parent | 0aa59c13af65beeae104662593b21ba4d8a37789 (diff) | |
Merge branch 'feat/auto-updater'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# LabDAQ — Modular Python DAQ Frontend +# LabUI — Modular Python DAQ Frontend A production-grade, modular PyQt6 data acquisition UI supporting NI-DAQmx and Arduino backends with live strip-chart plotting, CSV logging, and per-device configuration. @@ -17,7 +17,7 @@ python main.py pip install nidaqmx # also install NI-DAQmx runtime from ni.com # 4. For real Arduino hardware -# Upload devices/arduino_firmware/labdaq.ino to your board +# Upload devices/arduino_firmware/labui.ino to your board # Set port in device Configure dialog (e.g. COM3 / /dev/ttyUSB0) ``` |
