From 0fe1e532e420a9f28ec9aaaab991a318ceb36f92 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Sat, 8 Oct 2016 18:35:49 -0400 Subject: [PATCH] Correct code copy error --- examples/sensorapi/sensorapi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sensorapi/sensorapi.ino b/examples/sensorapi/sensorapi.ino index cacf9a7..1a1138a 100644 --- a/examples/sensorapi/sensorapi.ino +++ b/examples/sensorapi/sensorapi.ino @@ -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); }