PaulStoffregen / OneWire

Library for Dallas/Maxim 1-Wire Chips
http://www.pjrc.com/teensy/td_libs_OneWire.html
579 stars 382 forks source link

Compatibility issues with OneWire and Nano Every? #117

Open Bee135 opened 1 year ago

Bee135 commented 1 year ago

I'm trying to integrate a DS18B20 probe with a Nano every, however i'm not getting any readings. I've seen several posts on the Arduino forum suggesting that the OneWire library is not compatible with the Nano Every, despite it being edited in 2018 to add support for the ATMega4809. Indeed, #if defined(__AVR_ATmega4809__) is defined in the latest version (2.3.7) of the OneWire_direct_gpio.h.

Can anyone confirm whether compatibility issues exists with OneWire and the Nano Every? I noticed the post regarding issues with Nano BLE, but wasn't certain if this extended to the Every.

uzi18 commented 1 year ago

@Bee135 so you can try OneWireNg