enable Test LED in rounds pattern
This commit is contained in:
parent
d9b7a3c915
commit
883a3006f3
@ -26,7 +26,7 @@ void rgbyteclock_rounds(void)
|
|||||||
led_turn_all_on();
|
led_turn_all_on();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
//PORTC ^= (1<<PC5);
|
PORTC ^= (1<<PC5);
|
||||||
for (int i=0; i<14; i++) {
|
for (int i=0; i<14; i++) {
|
||||||
led_set(i, 0x1ff, 0x00, 0x00);
|
led_set(i, 0x1ff, 0x00, 0x00);
|
||||||
led_flush();
|
led_flush();
|
||||||
|
Loading…
Reference in New Issue
Block a user