pattern stuff

This commit is contained in:
2019-02-02 16:54:24 +01:00
parent ddb4a82165
commit b21f9c85c9
6 changed files with 45 additions and 4 deletions

4
main.c
View File

@ -8,6 +8,7 @@
#include "PontCoopScheduler.h"
#include "led.h"
#include "pattern.h"
int main() {
@ -26,10 +27,13 @@ int main() {
schInit();
ledInit();
// patternInit();
ledSetMatrix(3, 1, BLUE);
__enable_interrupt();
while (1) {
schExec();
ledExec();
}
}