summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-08-02 11:05:48 -0600
committerChristian Kolset <christian.kolset@gmail.com>2026-08-02 11:05:48 -0600
commit1c349a982026736f4c2a26951d9d0aefe7b963bc (patch)
treeb66175df392e3d707ca45650facfd18bcba6c337 /README.md
parentfa0304793a4525db68cb53b527d695bfa2c65966 (diff)
parent0aa59c13af65beeae104662593b21ba4d8a37789 (diff)
Merge branch 'feat/auto-updater'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ef85cc..bc13e54 100644
--- a/README.md
+++ b/README.md
@@ -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)
```