All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add connectCheck parameter to getTempC()
- update readme.md
- minor edits
- fix examples
- minor edits
- update readme.md
- fix #15 infinite loop
- move sources to src folder to comply with PlatformIO dependency system.
- make oneWire dependency explicit in library.properties
- refactor resolution handling
- update readme.md
- fix changelog.md
- improve disconnect detection
- add isConnected(retries)
- change signature bool setResolution(bits) to see if device is still available.
- update GitHub actions
- update license 2023
- add example DS18B20_performance.ino (start not complete)
- add example DS18B20_two_sensor.ino
- add example oneWireSearch.ino
- update readme.md
- add changelog.md
- add rp2040 to build-CI
- fix #10 getTempCentiC() (thanks negroKiordi)
- fix reading sensor
- update library.json
- update license
- minor edits
- add dependency
- fix build-CI
- add retries parameter to begin()
- add OneWire.reset() to begin()
- add Arduino-CI + unit test
- refactor
- sync with DS18B20
- initial version