I'm using Sparkfun's ESP8266 thing dev board here
and the ML8511 UV sensor breakout here
and according to the linked hardware guide, the max analog value it can read is 1V, from 0 to 1023. Since the UV breakout board uses 3.3V, is there a way for me to detect UV levels by changing the output voltage, or perhaps use a digital pin or convert it to read the value instead? The guide given on the UV breakout page uses an UNO, I'm unsure how to adapt this to the thingboard's analog limitations.
Thank you for any suggestions you may have.