Correct code copy error

This commit is contained in:
Curtis Malainey
2016-10-08 18:35:49 -04:00
committed by GitHub
parent 7788020399
commit 0fe1e532e4

View File

@ -96,7 +96,7 @@ void setup(void)
/* Initialise the sensor */
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!");
while(1);
}