summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2020-07-27 18:14:39 +0200
committerGitHub <noreply@github.com>2020-07-27 18:14:39 +0200
commit3b8f4dcb4576d8b82ef42f8f886e9e576c5df343 (patch)
treeda64d19f62018fe0b4021e03ee492c7466cac409
parentMerge pull request #4 from thijstriemstra/travis-build (diff)
downloadADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar.gz
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar.bz2
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar.lz
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar.xz
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.tar.zst
ADS1115_WE-3b8f4dcb4576d8b82ef42f8f886e9e576c5df343.zip
-rw-r--r--examples/Single_Shot/Single_Shot.ino2
1 files changed, 1 insertions, 1 deletions
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();