GY-63_MS5611/libraries/tinySHT2x/README.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2021-12-29 06:35:46 -05:00
[![Arduino CI](https://github.com/RobTillaart/tinySHT2x/actions/workflows/arduino_test_runner.yml/badge.svg)](https://github.com/RobTillaart/tinySHT2x/actions/workflows/arduino_test_runner.yml)
[![Arduino-lint](https://github.com/RobTillaart/tinySHT2x/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/tinySHT2x/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/tinySHT2x/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/tinySHT2x/actions/workflows/jsoncheck.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/tinySHT2x/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/tinySHT2x.svg?maxAge=3600)](https://github.com/RobTillaart/tinySHT2x/releases)
# tinySHT2x
Arduino library specific for AVR tiny processors.
## Description
Experimental ^2
Not portable, AVR only
Based upon https://github.com/RobTillaart/SHT2x
## Interface
- see https://github.com/RobTillaart/SHT2x
## Future
2022-11-26 08:30:01 -05:00
#### must
2021-12-29 06:35:46 -05:00
- test test test test (Viktor)
- improve documentation
2022-11-26 08:30:01 -05:00
#### should
#### could
2021-12-29 06:35:46 -05:00
- Can a tiny have another Wire than Wire?
2022-11-26 08:30:01 -05:00
- Check the status bit (temperature / humidity flag)
- datasheet page 8, LSB bit 1 - bit 0 not used)
- needed?
2021-12-29 06:35:46 -05:00