silvio3105 / SHT40

Frameworkless I2C driver for SHT40 temperature & humidity sensor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHT40 I2C Driver

This is frameworkless I2C driver for SHT40 relative humidity & temperature sensor. Driver does not depend on framework (eg., Arduino or nRF5 SDK). External handlers for I2C read and write operations have to be provided during object construction. It is written in C++.

Driver documentation is available at .docs/html/index.html Example applications are available at examples folder. All examples are made with STM HAL framework and tested with SHT40-AD1B-R2 sensor on custom hardware for 3D Clock project.

License

Copyright (c) 2022, silvio3105 (www.github.com/silvio3105)

Access and use of this Project and its contents are granted free of charge to any Person. The Person is allowed to copy, modify and use The Project and its contents only for non-commercial use. Commercial use of this Project and its contents is prohibited. Modifying this License and/or sublicensing is prohibited.

THE PROJECT AND ITS CONTENT ARE PROVIDED "AS IS" WITH ALL FAULTS AND WITHOUT EXPRESSED OR IMPLIED WARRANTY. THE AUTHOR KEEPS ALL RIGHTS TO CHANGE OR REMOVE THE CONTENTS OF THIS PROJECT WITHOUT PREVIOUS NOTICE. THE AUTHOR IS NOT RESPONSIBLE FOR DAMAGE OF ANY KIND OR LIABILITY CAUSED BY USING THE CONTENTS OF THIS PROJECT.

This License shall be included in all functional textual files.


Copyright (c) 2022, silvio3105

About

Frameworkless I2C driver for SHT40 temperature & humidity sensor.

License:Other


Languages

Language:HTML 67.0%Language:JavaScript 19.7%Language:CSS 10.6%Language:C++ 2.6%