Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a possibility to handle multiple sensors effectively #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

LRDPRDX
Copy link

@LRDPRDX LRDPRDX commented Mar 9, 2023

As I can see the current version handles multiple sensors in series:

for s in sensors
  do conversion
  read the temperature

so entire delay is proportional to the number of sensors in the system.

This commit allows you to read multiple sensors much faster:

do conversion
for s in sensors
  read the temperature

I've tested it with 17 sensors in the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant