Skip to content

Commit

Permalink
Merge pull request #13 from junkfix/junkfix-patch-1
Browse files Browse the repository at this point in the history
Possible fix for duplicate search
  • Loading branch information
junkfix committed Jun 5, 2024
2 parents 35407e2 + b5a4656 commit 9ea867d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneWireESP32.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
https://github.com/htmltiger/esp32-ds18b20
https://github.com/junkfix/esp32-ds18b20
Some of the code was taken from
https://github.com/DavidAntliff/esp32-owb/blob/master/owb_rmt.c
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ It is based on the ESP's RMT peripheral. Whilst originally designed as an IR tra

Using the ESP32's RMT peripheral, results in very accurate read/write timeslots and more reliable operation.

Version 1.0.7 is for Arduino 2.x based on ESP-IDF 4.x

Version 2.0.x is For Arduino 3.0.0 based on ESP-IDF 5.x

The example is provided and tested using Arduino 2.0.6 based on ESP-IDF 4.4.3

_1-Wire(R) is a trademark of Maxim Integrated Products, Inc._
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp32-ds18b20
version=1.0.4
version=1.0.7
author=junkfix
maintainer=junkfix
sentence=Minimal, non-blocking, DS18B20 sensor library for ESP32 using RMT pheripheral, supports multiple sensors, lightweight, no dependencies
Expand Down

0 comments on commit 9ea867d

Please sign in to comment.