mpc
Go to file
2020-12-11 17:14:40 +01:00
.gitignore chore: rm binary file and ignore it for future 2020-12-11 16:47:15 +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 feat: add prototypes+functions for moar LED blinks 2020-12-11 17:12:44 +01:00
leds.h feat: add prototypes+functions for moar LED blinks 2020-12-11 17:12:44 +01:00
main.cpp feat: add prototypes+functions for moar LED blinks 2020-12-11 17:12:44 +01:00
README.md chore: use "first" target - forces rebuilds 2020-12-11 17:14:40 +01:00
simul_adc.h chore: crlf --> lf ftw 2020-12-11 16:42:14 +01:00
simul_drv_gpio.h chore: crlf --> lf ftw 2020-12-11 16:42:14 +01:00
simul_drv_lcd.h chore: crlf --> lf ftw 2020-12-11 16:42:14 +01:00
simul_kl25z.cpp chore: crlf --> lf ftw 2020-12-11 16:42:14 +01:00
simul_kl25z.h chore: crlf --> lf ftw 2020-12-11 16:42:14 +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 first