mpc
Go to file
2020-12-11 20:41:28 +01:00
.gitignore initial commit 2020-12-11 19:47:18 +01:00
main.cpp chore: rm code of unused versions 2020-12-11 20:41:28 +01:00
README.md initial commit 2020-12-11 19:47:18 +01:00
simul_adc.h chore: conio --> curses; getch --> getchar 2020-12-11 20:10:53 +01:00
simul_drv_gpio.h initial commit 2020-12-11 19:47:18 +01:00
simul_drv_lcd.h initial commit 2020-12-11 19:47:18 +01:00
simul_kl25z.cpp chore: conio --> curses; getch --> getchar 2020-12-11 20:10:53 +01:00
simul_kl25z.h chore: conio --> curses; getch --> getchar 2020-12-11 20:10:53 +01:00
simul_regs.h initial commit 2020-12-11 19:47:18 +01:00
simul_response.cbp initial commit 2020-12-11 19:47:18 +01:00
simul_response.pro initial commit 2020-12-11 19:47:18 +01:00

mpc-response-sim

sawce of the response task for the MPC lessons

build

qmake-qt5 simul_response.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make first