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 support for DS18x20 Digital Temperature Sensors #352

Merged
merged 42 commits into from
Oct 19, 2022
Merged

Add support for DS18x20 Digital Temperature Sensors #352

merged 42 commits into from
Oct 19, 2022

Conversation

brentru
Copy link
Member

@brentru brentru commented Oct 12, 2022

This pull request adds support for DS18B20 Digital temperature sensors to WipperSnapper using the Arduino Temperature Control Library.

This pull request adds support for the following sensors to WipperSnapper:

  • DS18B20
  • DS1822
  • DS1820

PR Note: The workflow has been modified to manually install the Arduino Temperature Control Library and OneWire (from master). OneWire is a dependency of the ATC Library and is currently having build issues with its release (see: PaulStoffregen/OneWire#118 (comment)) but not the master branch. Making a note here to remove this code from the workflow once the library is updated.

@brentru brentru merged commit b52056a into adafruit:main Oct 19, 2022
@brentru brentru deleted the add-ds18x20 branch October 20, 2022 15:24
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