We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc4283 commit 7ffe37eCopy full SHA for 7ffe37e
Adafruit_TCS34725.cpp
@@ -219,7 +219,7 @@ boolean Adafruit_TCS34725::init() {
219
220
/* Make sure we're actually connected */
221
uint8_t x = read8(TCS34725_ID);
222
- if ((x != 0x44) && (x != 0x10)) {
+ if ((x != 0x4d) && (x != 0x44) && (x != 0x10)) {
223
return false;
224
}
225
_tcs34725Initialised = true;
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit TCS34725
2
-version=1.3.3
+version=1.3.4
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Driver for Adafruit's TCS34725 RGB Color Sensor Breakout
0 commit comments