};
pattern_t mode1_pattern[] = {
- { 1, 0x1 },
+ { 3, 0x1 },
{ 0, 0x1 },
- { 4, 0x1 },
+ { 3, 0x1 },
+ { 0, 0x8 },
+ { 1, 0x1 },
{ 0, 0x1 },
{ 1, 0x1 },
+ { 0, 0x8 },
PATTERN_END
};
return off_pattern; // Don't mess with non-enabled LEDs
if (n == 2) {
- if (test_running) {
- log_byte(0xF7);
- log_flush();
- return off_pattern;
- } else {
- test_running = 1;
- log_byte(0xF6);
- return mode1_pattern;
- }
+ return mode1_pattern;
}
- return number_pattern(1+ambient_zone);
+ // return number_pattern(1+ambient_zone);
+ return off_pattern;
}
void patterns_next_tick()