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

6
led.c
View File

@ -179,7 +179,7 @@ void selectCol(uint8_t column, tColor color) {
}
}
/*
void testledExec() {
static uint8_t rowNum = 0;
@ -203,7 +203,7 @@ void testledExec() {
}
}
}
*/
void ledExec() {
@ -223,5 +223,5 @@ void ledExec() {
}
void ledInit() {
schAdd(ledExec, NULL, 0, 10);
// schAdd(testledExec, NULL, 0, 500);
}