- Notifications
You must be signed in to change notification settings - Fork8
Arduino Library for ESP32 DS18B20 Non Blocking Onewire RMT protocol, no dependencies, minimal
License
NotificationsYou must be signed in to change notification settings
junkfix/esp32-ds18b20
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Arduino Library for ESP32 DS18B20 Maxim Integrated "1-Wire" protocol.
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 3.0.0 based on ESP-IDF 5.1.4
About
Arduino Library for ESP32 DS18B20 Non Blocking Onewire RMT protocol, no dependencies, minimal