X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Fambient.c;h=143ffc49e1bf98d8ad5c5ae42566aac38c907e52;hb=9ae181a57836e6a6e133400f4d88e61feb6481fc;hp=735f80e968a940c7a77dc210bb73d07c0ee16ace;hpb=dd1738d1117607d5a47050274d805748b11f48d1;p=bike-lights.git diff --git a/firmware/ambient.c b/firmware/ambient.c index 735f80e..143ffc4 100644 --- a/firmware/ambient.c +++ b/firmware/ambient.c @@ -15,10 +15,10 @@ typedef struct { * and having small overlaps in order to provide a bit of hysteresis. */ static ambient_zone_t ambient_zones[] = { - { 0x0000, 0x3400 }, // dark - { 0x3300, 0x5000 }, - { 0x4c00, 0x8000 }, - { 0x7800, 0xffff } + { 0x0000, 0xa400 }, // dark + { 0xa000, 0xc000 }, + { 0xbe00, 0xc800 }, + { 0xc600, 0xffff } }; #define N_AMBIENT_ZONES (sizeof(ambient_zones)/sizeof(ambient_zones[0]))