From 3b8f4dcb4576d8b82ef42f8f886e9e576c5df343 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Mon, 27 Jul 2020 18:14:39 +0200 Subject: Update Single_Shot.ino --- examples/Single_Shot/Single_Shot.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Single_Shot/Single_Shot.ino b/examples/Single_Shot/Single_Shot.ino index a830be5..8a5a198 100644 --- a/examples/Single_Shot/Single_Shot.ino +++ b/examples/Single_Shot/Single_Shot.ino @@ -13,7 +13,7 @@ #define I2C_ADDRESS 0x48 ADS1115_WE adc(I2C_ADDRESS); -// ADS1115_WE adc = ADS1115_WE(); // Alternative: sets default address 0x48 +// ADS1115_WE adc = ADS1115_WE(); // Alternative: uses default address 0x48 void setup() { Wire.begin(); -- cgit v1.2.3