B4R Question Who has TCH34725 color detector module XML library ?

vali khandangoll

Active Member
hi all of you.
I need this library and I can not create xml library from h file.
1670183106673.png

thanks again.
 

vali khandangoll

Active Member
i tried to create a wrapper from Adafruit_TCS34725 : https://github.com/adafruit/Adafruit_TCS34725

can you check if it can help you ?
thanks about you library.
when i check your library and run code this error Appears.

In file included from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\bin\sketch\rAdafruit_TCS34725.h:3:0,
from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\bin\sketch\B4RDefines.h:25,
from C:\Users\Khandan\Desktop\color\RADAFR~1\B4R\Objects\src\src.ino:1:
Adafruit_TCS34725.h:42:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
#include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
 
Upvote 0

vali khandangoll

Active Member
thanks about your library.
finally i used that.
I can see this.


Color Temp: 3892 K
Lux: 78
R: 176
G: 152
B: 142
C: 315

Do you know what Temp and Lux and C means?
 
Upvote 0
Top