Hello.
In my project, I have the LED on pin 8 turned ON and DS18B20 connected to pin 2. I am using the standard libraries "OneWire" and "DallasTemperature". When the temperature is read, the diode blinks quickly.
So I have a question, is there any way to read the temperature from the DS18B20 sensor where:
interrupt handling is not disable;
reading does not affect the work of the other pins.
Posting your code wouldn't be such a bad idea. It is completely normal to not have the reading of DS18B2 affect the work of the other pins, but who would ever know what you are doing?