adafruit / Adafruit_TCS34725

Arduino library driver for Adafruit's TCS34725 RGB Color Sensor Breakout
http://www.adafruit.com/products/1334
Other
149 stars 149 forks source link

Additional checks to avoid divison-by-null errors. #34

Closed weinrank closed 5 years ago

weinrank commented 5 years ago

This PR adds checks to avoid a division by NULL error, see #30 for a detailed description.

hoffmannjan commented 5 years ago

all in #35