@ -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();
}
The note is not visible to the blocked user.