adafruit / Adafruit_TCS34725

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

Removing Serial reference from .cpp file. #7

Closed turkycat closed 9 years ago

turkycat commented 9 years ago

Libraries should not reference Serial as it could be in use for other purposes and/or can cause unexpected behavior when in use on other devices or platforms! :)

ladyada commented 9 years ago

woops yeah! that was a debug thing. thx :)