Adafruit i2c SHT40 example

Dependencies:   SHT40

Committer:
reedas
Date:
Mon Feb 07 15:12:28 2022 +0000
Revision:
0:02e74947940b
Example project using SHT40 basic library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 0:02e74947940b 1 # SHT40 i2c temperature and humidity example
reedas 0:02e74947940b 2
reedas 0:02e74947940b 3 This project is a basic driver for the sht40 i2c proto board from adafruit
reedas 0:02e74947940b 4
reedas 0:02e74947940b 5 The code has been created with reference to the Arduino ide version published
reedas 0:02e74947940b 6 by Adafruit.
reedas 0:02e74947940b 7
reedas 0:02e74947940b 8 Put together by a hardware engineer who understands little of the intricacies
reedas 0:02e74947940b 9 of cpp programming an so the library is ripe for improvement by someone that
reedas 0:02e74947940b 10 does.
reedas 0:02e74947940b 11
reedas 0:02e74947940b 12 No guarantee of fitness for purpose, use at your own risk. Released under
reedas 0:02e74947940b 13 a freeware license, pleases support by buying stuff from Adafruit
reedas 0:02e74947940b 14
reedas 0:02e74947940b 15 Andrew Reed mailto://areed@cityplym.ac.uk