Updated README.md

This commit is contained in:
2019-08-30 20:47:26 +02:00
parent c86e85920b
commit a09aff9fa8
3 changed files with 13 additions and 1 deletions

View File

@@ -1,2 +1,13 @@
# oscilloscope
A digital oscilloscope
![A demo video](https://raw.githubusercontent.com/0xFEEDC0DE64/oscilloscope/master/demo.gif)
## Compiling
git clone https://github.com/0xFEEDC0DE64/oscilloscope.git
mkdir build_oscilloscope
cd build_oscilloscope
qmake ../oscilloscope
make
./oscilloscope

BIN
demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -18,7 +18,8 @@ HEADERS += \
mainwindow.h \
osciwidget.h
STATECHARTS +=
OTHER_FILES += \
README.md
FORMS += \
mainwindow.ui