mpc
Go to file
2020-12-11 16:37:08 +01:00
.gitignore initial commit 2020-12-11 16:32:57 +01:00
cv6_leds initial commit 2020-12-11 16:32:57 +01:00
cv6_leds.cbp initial commit 2020-12-11 16:32:57 +01:00
cv6_leds.pro initial commit 2020-12-11 16:32:57 +01:00
leds.cpp fix: failing to build without these includes 2020-12-11 16:35:40 +01:00
leds.h initial commit 2020-12-11 16:32:57 +01:00
main.cpp initial commit 2020-12-11 16:32:57 +01:00
README.md chore: add README.md 2020-12-11 16:37:08 +01:00
simul_adc.h initial commit 2020-12-11 16:32:57 +01:00
simul_drv_gpio.h initial commit 2020-12-11 16:32:57 +01:00
simul_drv_lcd.h initial commit 2020-12-11 16:32:57 +01:00
simul_kl25z.cpp initial commit 2020-12-11 16:32:57 +01:00
simul_kl25z.h fix: failing to build without these includes 2020-12-11 16:35:40 +01:00
simul_regs.h initial commit 2020-12-11 16:32:57 +01:00

mpc-cv6-leds

sawce for project LEDs of the MPC lessons

build using

qmake-qt5 cv6_leds.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug && make qmake_all