You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
jurc192
changed the title
Function void begin(unsigned char drate, unsigned char gain, bool bufferenable) works, while adc.begin() doesn't
Function adc.begin(drate, gain, bufferenable) works, while adc.begin() doesn't
Feb 14, 2022
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:
The text was updated successfully, but these errors were encountered: