You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: