mpc
Go to file
2020-12-11 21:26:25 +01:00
.gitignore initial commit 2020-12-11 19:47:18 +01:00
main.cpp chore: rm TaskGreenLed+comment out TaskEffect call 2020-12-11 21:26:25 +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 chore: fix apparently missing pthread lib issue 2020-12-11 20:51:22 +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