issue 118 ambient light sensor max framerate
since freertos ticks at 1kHz i can't really use it for super fast input, so i just put in a direct access. precise timing kinda is the user's problem. each read has an overhead of ~240us, you might wanna add a 100-300us delay with utime.sleep_us for stability though.