When using adc.begin() without any parameters I only get "inf" outputs from the sensor (sensor clipped, not reacting to changes in light, always infinite). If I use begin function with specified drate, gain and bufferenable everything works okay.
Any idea what might be broken?
When using adc.begin() without any parameters I only get "inf" outputs from the sensor (sensor clipped, not reacting to changes in light, always infinite). If I use begin function with specified drate, gain and bufferenable everything works okay. Any idea what might be broken?
Code I use: