Commit 4df5d5c1 authored by aeprox's avatar aeprox
Browse files

Fix channel1 reading

Give sensor more time to integrate (400ms => 404ms)
parent 7095c424
......@@ -223,7 +223,7 @@ tsl2561Error_t tsl2561GetLuminosity (uint16_t *broadband, uint16_t *ir)
os_delay_us(102000);//systickDelay(102);
break;
default:
os_delay_us(400000);//systickDelay(400);
os_delay_us(404000);//systickDelay(404);
break;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment