0.2.2 DS18B20_RT update readme.md

This commit is contained in:
Rob Tillaart 2024-04-26 13:21:17 +02:00
parent bfe9379684
commit 0fe93f2c99
2 changed files with 13 additions and 0 deletions

View File

@ -27,6 +27,18 @@ to save a few dozen bytes. I reworked that minimalistic version into a library a
added a number of Arduino examples to help you get started.
#### Footprint OneWire
This library depends (is build) upon the **OneWire** library of Paul Stoffregen.
- https://github.com/PaulStoffregen/OneWire - the reference imho.
In issue [#31](https://github.com/RobTillaart/DS18B20_RT/issues/31) the footprint of
the OneWireNG seems to be smaller when build on platformIO.
So if you are in need to save some more bytes, you might try [OneWireNG]
(https://github.com/pstolarz/OneWireNg).
#### Related
This library is related to

View File

@ -25,6 +25,7 @@ struct DSdevice
{ 0x28, "DS1822" }, // Temperature sensor
{ 0x2D, "DS2807" }, // EEPROM
{ 0x38, "DS1825" }, // Temperature sensor
{ 0x3B, "MAX31850" }, // Temperature sensor
{ 0x42, "DS28EA00" }, // Temperature sensor
};