From 0b88f134f2ba263cb2f0179080d7b80496c40f96 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Wed, 20 Dec 2023 15:13:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea611b..7908e7d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ There are ADS1115 modules which use ADS1015 ICs and also there are ADS1015 modul recognize the IC by its label which is "BRPI" for the ADS1015 and "BOGI" for the ADS1115. But I have even found ADS1115 ICs labeled with "BRPI" which is definitely a fake. The difference between the ADS1115 and the ADS1015 is a) the 16-bit vs. 12-bit resolution an b) the speed. -If you want to find out what you really have on on your module, then try the example sketch "Who_Am_I.ino". Do not change anything apart from -the I2C address if necessary. +This example is almost funny: +![ADS1015_absurd](https://github.com/wollewald/ADS1115_WE/assets/41305162/756f4cd6-4f7d-497a-b742-76fae73d99aa) +If you want to find out what you really have on on your module, then try the example sketch "Who_Am_I.ino". Do not change anything apart from +the I2C address if necessary.