summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)
```