diff options
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) ``` |
