pattern stuff
This commit is contained in:
6
led.c
6
led.c
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user