Hello. Is it possible to change pin for one wire? I try made changes in firmware/main.c # define DATA_PIN 2 to #define DATA_PIN 0 or any other Firmware compilled, but host cant read temerature from ds18b20. When use pin 2 - all works fine.
Hello.
Is it possible to change pin for one wire? I try made changes in firmware/main.c
define DATA_PIN 2 to #define DATA_PIN 0 or any other
Firmware compilled, but host cant read temerature from ds18b20. When use pin 2 - all works fine.