mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
|
|
||
|
[![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
|
||
|
|
||
|
- test test test test (Viktor)
|
||
|
- improve documentation
|
||
|
- Can a tiny have another Wire than Wire?
|
||
|
|
||
|
|