Adafruit i2c SHT40 example

Dependencies:   SHT40

Revision:
0:02e74947940b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Feb 07 15:12:28 2022 +0000
@@ -0,0 +1,15 @@
+# SHT40 i2c temperature and humidity example
+
+This project is a basic driver for the sht40 i2c proto board from adafruit
+
+The code has been created with reference to the Arduino ide version published
+by Adafruit.
+
+Put together by a hardware engineer who understands little of the intricacies 
+of cpp programming an so the library is ripe for improvement by someone that
+does.
+
+No guarantee of fitness for purpose, use at your own risk.  Released under 
+a freeware license, pleases support by buying stuff from Adafruit
+
+Andrew Reed mailto://areed@cityplym.ac.uk
\ No newline at end of file