adafruit / Adafruit_TCS34725

Arduino library driver for Adafruit's TCS34725 RGB Color Sensor Breakout

Home Page:http://www.adafruit.com/products/1334

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorView.ino not needing include of Wire.h

birbilis opened this issue · comments

Is

include <Wire.h>

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

for older versions of arduino ide it is required