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
Hi Ole,
I hope you'll read this after so many years. It's not an issue, just a doubt I can't find an answer to and I don't know how to get in touch directly.
I'm using this library to learn Arduino and I don't fully understand a couple of point in the code for the method read_data() in dht_nonblocking.cpp, specifically the part regarding blocking interrupts.
I do understand how it works but not why it's programmed the way it is:
Why is a DHT_interrupt object used to call the functions noInterrupt() and interrupt() through the constructor and destructor? Isn't it the same to just call the functions directly?
Why does the same object need to be declared as volatile? The class doesn't have any member so what does the qualifier achieve?
Thank you.
Med venlig hilsen.
The text was updated successfully, but these errors were encountered:
Hi Ole,
I hope you'll read this after so many years. It's not an issue, just a doubt I can't find an answer to and I don't know how to get in touch directly.
I'm using this library to learn Arduino and I don't fully understand a couple of point in the code for the method
read_data()
indht_nonblocking.cpp
, specifically the part regarding blocking interrupts.I do understand how it works but not why it's programmed the way it is:
DHT_interrupt
object used to call the functionsnoInterrupt()
andinterrupt()
through the constructor and destructor? Isn't it the same to just call the functions directly?volatile
? The class doesn't have any member so what does the qualifier achieve?Thank you.
Med venlig hilsen.
The text was updated successfully, but these errors were encountered: