Hi everyone,
This is my first post here, I am very new to Arduino so please forgive me if I have left out any important info that will help you help me.
I have been working on a project using two ds18b20 temperature sensors. Without going into detail (unless you want to know

) I am using the sensors to turn on servos. I have mashed together various bits of code I have found and feel like I’m making real progress which has been very exciting.
I have been using the Miles Burton - Dallas temperature control library. In particular the alarm handler and multiple sketches. Two ds18b20 sensors in parasitic mode.
So far I have figured out I can turn on servos using the alarm feature but what I would like to do is to be able to compare the results of the two sensors. for example: if sensor A is equal to sensor B...
I can manipulate the code to effect both the sensors but can’t figure out how to address each sensor individually.
Can you point me in the right direction?
Cheers
Jim