X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Fpattern.c;h=77f026ac9cec9ac9686913ff698e01d4fbafc5b0;hb=4728997cb5f6eff94c8a9d9e253d1675b7516987;hp=2b83420d4fd69b5ecedc57b50a5a8a91fdfd1709;hpb=eb55aa156e19536d87c23de27976213aabb2e8f7;p=bike-lights.git diff --git a/firmware/pattern.c b/firmware/pattern.c index 2b83420..77f026a 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -21,8 +21,8 @@ static pattern_t boot_pattern[] = { { 0, 0x1 }, { 1, 0x1 }, { 0, 0x1 }, - { 1, 0x10 }, - { 0, 0x10 }, + { 1, 0x7 }, + { 0, 0x7 }, PATTERN_END }; @@ -47,7 +47,8 @@ static pattern_t pattern_num[] = { { 1, 0x1 }, /* 2 */ { 0, 0x5 }, { 1, 0x1 }, /* 1 */ - { 0, 0x1E }, + { 0, 0x7 }, + { 0, 0x7 }, PATTERN_END }; @@ -72,12 +73,13 @@ static pattern_t pattern_invnum[] = { { 0, 0x1 }, /* 2 */ { 1, 0x5 }, { 0, 0x1 }, /* 1 */ - { 1, 0x1E }, + { 1, 0x7 }, + { 1, 0x7 }, PATTERN_END }; pattern_t off_pattern[] = { - { 0, 0x1E }, + { 0, 0x1 }, PATTERN_END };