From 34be49393a38a2acc42d16df589c71ac2b3ad8ab Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 30 Apr 2023 09:04:56 -0500 Subject: [PATCH] Update RemoteTempSensor.ino fixed typed in a comment --- .../RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino b/examples/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino index 4157707..63d5931 100644 --- a/examples/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino +++ b/examples/Other Examples/RemoteSensors/RemoteTempSensor/RemoteTempSensor.ino @@ -58,7 +58,7 @@ #define DIAGNOSTIC_MODE #define SAMPLE_TIME 30000 // Time between temperature samples (in milliseconds) -#define I2C_ADD 0x48 // ICS Address to use for the Adafruit ADT7410 +#define I2C_ADD 0x48 // I2C Address to use for the Adafruit ADT7410 SpanPoint *mainDevice;