Thanks for taking out your time to read this mail, and advising me on the way forward.
Right now I'm trying to use TCS34725 with ATtiny 85, googling didn't lead me to any library, please suggest if there are any libraries available for ATTiny85 to integrate TCS34725.
Right now I'm trying to use TCS34725 with ATtiny 85, googling didn't lead me to any library, please suggest if there are any libraries available for ATTiny85 to integrate TCS34725.
There's an Adafruit tutorial about that chip which explains how to use it with an Arduino. Because the Tiny doesn't support the Wire library you have to patch the linked library to use the TinyWireM library instead.
The combination ATtiny85 and TCS34725 is not very common, so I doubt you will find a ready-to-use library that support this.
pylon:
There's an Adafruit tutorial about that chip which explains how to use it with an Arduino. Because the Tiny doesn't support the Wire library you have to patch the linked library to use the TinyWireM library instead.
The combination ATtiny85 and TCS34725 is not very common, so I doubt you will find a ready-to-use library that support this.