diff options
author | Thijs Triemstra <info@collab.nl> | 2020-08-10 00:12:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 00:12:50 +0200 |
commit | e066e78219b684f0f60cb65fc41037bbd7b5e94c (patch) | |
tree | d9d33b5b793e3456717cda205dfa5c13a3fb7d0f /examples | |
parent | fix typos (diff) | |
download | ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar.gz ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar.bz2 ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar.lz ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar.xz ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.tar.zst ADS1115_WE-e066e78219b684f0f60cb65fc41037bbd7b5e94c.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Result_Format_Options/Result_Format_Options.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Result_Format_Options/Result_Format_Options.ino b/examples/Result_Format_Options/Result_Format_Options.ino index ff12a3b..fd66fdf 100644 --- a/examples/Result_Format_Options/Result_Format_Options.ino +++ b/examples/Result_Format_Options/Result_Format_Options.ino @@ -1,7 +1,7 @@ /***************************************************************************
* Example sketch for the ADS1115_WE library
*
-* This sketch shows how to obtain results in different scales / formats.
+* This sketch shows how to obtain results using different scales / formats.
*
* Further information can be found on:
* https://wolles-elektronikkiste.de/ads1115
|