Replies: 1 comment
-
I have now answered my own question. It has proved to be easy to modify the Adafruit example DHT_Unified_Sensor to run under the control of TaskmanagerIO. That means I can pass the event structure they define around and get the data as needed e.g. for displays. John |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started to look at codes for sensors such as the DHT11 for temperature and humidity. I have simple examples running and my next thought is to integrate it with task management using IOAbstraction and TaskmanagerIO. I have found that Adafruit have a library called Adafruit Unified Sensor which provides a common interface to a lot of sensors. Is there any example where this has been interfaced to IOAbstraction?
Beta Was this translation helpful? Give feedback.
All reactions