diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ # ADS1115_WE + An Arduino library for the 16-bit, 4 channel ADS1115 ADC with gain and alert functions. -I have have tried to optimize the library for convenience to use. If you try the examples I recommend to start with Single_Shot.ino. You'll find more details here soon: https://wolles-elektronikkiste.de/ads1115. +I have have tried to optimize the library for convenience to use. If you try the examples I recommend to start with `Single_Shot.ino`. + +You'll find more details here: https://wolles-elektronikkiste.de/ads1115. All features of the ADS1115 are implemented, including alert functions. |