├── LICENSE ├── Plot-Real-Time-Graphs-Qt-Example └── Qt_Test │ ├── Qt_Test.pro │ ├── Qt_Test.pro.user │ ├── ad7190.cpp │ ├── ad7190.h │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mainwindow.ui │ ├── qcustomplot.cpp │ ├── qcustomplot.h │ ├── spi.cpp │ └── spi.h └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/LICENSE -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/Qt_Test.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/Qt_Test.pro -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/Qt_Test.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/Qt_Test.pro.user -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/ad7190.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/ad7190.cpp -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/ad7190.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/ad7190.h -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/main.cpp -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.cpp -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.h -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/mainwindow.ui -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/qcustomplot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/qcustomplot.cpp -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/qcustomplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/qcustomplot.h -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/spi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/spi.cpp -------------------------------------------------------------------------------- /Plot-Real-Time-Graphs-Qt-Example/Qt_Test/spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/Plot-Real-Time-Graphs-Qt-Example/Qt_Test/spi.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deeplyembeddedWP/Plot-Real-Time-Graphs-Qt-Embedded-Linux/HEAD/README.md --------------------------------------------------------------------------------