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

ColorView.ino not needing include of Wire.h #10

Closed birbilis closed 8 years ago

birbilis commented 8 years ago

Is

include

really needed at ColorView.ino?

probably

include "Adafruit_TCS34725.h"

already includes it or it isn't needed at all judging from other code I've derived from that example

ladyada commented 8 years ago

for older versions of arduino ide it is required