GY-63_MS5611/libraries/tinySHT2x
2023-11-22 17:05:57 +01:00
..
.github 0.1.2 tinySHT2x + github actions 2023-02-18 13:31:07 +01:00
documents 0.1.1 tinySHT2x (experimental) 2021-12-29 12:35:46 +01:00
examples/tinySHT2x_demo 0.1.1 tinySHT2x (experimental) 2021-12-29 12:35:46 +01:00
test 0.1.2 tinySHT2x 2022-11-26 14:30:01 +01:00
.arduino-ci.yml 0.1.2 tinySHT2x 2022-11-26 14:30:01 +01:00
CHANGELOG.md 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00
keywords.txt 0.1.1 tinySHT2x (experimental) 2021-12-29 12:35:46 +01:00
library.json 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00
library.properties 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00
LICENSE 0.1.2 tinySHT2x + github actions 2023-02-18 13:31:07 +01:00
README.md 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00
tinySHT2x.cpp 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00
tinySHT2x.h 0.1.3 tinySHT2x 2023-11-22 17:05:57 +01:00

Arduino CI Arduino-lint JSON check GitHub issues

License: MIT GitHub release PlatformIO Registry

tinySHT2x

Arduino library specific for AVR tiny processors.

Description

Experimental

Not portable, AVR only

Based upon https://github.com/RobTillaart/SHT2x

Interface

#include "tinySHT2x.h"

Future

Must

  • test test test test (Viktor)
  • improve documentation

Should

Could

  • Can a tiny have another Wire than Wire?
  • Check the status bit (temperature / humidity flag)
    • datasheet page 8, LSB bit 1 - bit 0 not used)
    • needed?
  • Move Wire parameter to constructor?

Wont

Support

If you appreciate my libraries, you can support the development and maintenance. Improve the quality of the libraries by providing issues and Pull Requests, or donate through PayPal or GitHub sponsors.

Thank you,