mirror of
https://github.com/adafruit/Adafruit_TSL2561.git
synced 2025-07-30 17:07:14 +02:00
Correct code copy error
This commit is contained in:
@ -96,7 +96,7 @@ void setup(void)
|
|||||||
/* Initialise the sensor */
|
/* Initialise the sensor */
|
||||||
if(!tsl.begin())
|
if(!tsl.begin())
|
||||||
{
|
{
|
||||||
/* There was a problem detecting the ADXL345 ... check your connections */
|
/* There was a problem detecting the TSL2561 ... check your connections */
|
||||||
Serial.print("Ooops, no TSL2561 detected ... Check your wiring or I2C ADDR!");
|
Serial.print("Ooops, no TSL2561 detected ... Check your wiring or I2C ADDR!");
|
||||||
while(1);
|
while(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user