mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding dual channel to scope example, fixing logic and QT source code.
This commit is contained in:
23
Examples/ADC/Scope-QT-src/ADC1.pro
Normal file
23
Examples/ADC/Scope-QT-src/ADC1.pro
Normal file
@@ -0,0 +1,23 @@
|
||||
# #####################################################################
|
||||
# Automatically generated by qmake (2.01a) Sat Apr 3 14:28:42 2010
|
||||
# #####################################################################
|
||||
TEMPLATE = app
|
||||
TARGET = ADC
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
# Input
|
||||
HEADERS += mainwindow.h \
|
||||
jz47xx_mmap.h \
|
||||
signaldisplay.h \
|
||||
ADCw.h \
|
||||
jz_adc_peripheral.h \
|
||||
jz47xx_gpio.h
|
||||
FORMS += mainwindow.ui
|
||||
SOURCES += main.cpp \
|
||||
mainwindow.cpp \
|
||||
signaldisplay.cpp \
|
||||
ADCw.cpp \
|
||||
jz_adc_peripheral.cpp \
|
||||
jz47xx_gpio.cpp \
|
||||
jz47xx_mmap.cpp
|
||||
Reference in New Issue
Block a user