Skip to content

drivers: add driver for DS18B20 temperature sensors#14899

Closed
haukepetersen wants to merge 14 commits intoRIOT-OS:masterfrom
haukepetersen:add_driver_ds18b20
Closed

drivers: add driver for DS18B20 temperature sensors#14899
haukepetersen wants to merge 14 commits intoRIOT-OS:masterfrom
haukepetersen:add_driver_ds18b20

Conversation

@haukepetersen
Copy link
Contributor

Contribution description

This PR adds a new device driver for ds18b20 temperature sensors. It is build on top of the generic 1-Wire bus driver (PRed in #14897) and supports any number of sensors connected to the same bus.

I PRed it separately of the existing ds18 driver, as it enables users to chose whichever version suits their application best...

Testing procedure

Connect any number of ds18b20 sensors to a board of your choice, flash the included test application, and use the init, read, and read_seq shell commands to sample the connected sensors.

Issues/PRs references

rebased on #14897

@haukepetersen haukepetersen added Type: new feature The issue requests / The PR implemements a new feature for RIOT Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Aug 31, 2020
@haukepetersen
Copy link
Contributor Author

pushed some minor doxygen and test app type fixes

@haukepetersen haukepetersen removed the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Aug 31, 2020
@haukepetersen
Copy link
Contributor Author

rebased on the latest changes in #14897 to allow testing #14897 also with the code in this PR.

@stale
Copy link

stale bot commented Mar 19, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Mar 19, 2021
@haukepetersen haukepetersen removed the State: stale State: The issue / PR has no activity for >185 days label Mar 31, 2021
@MrKevinWeiss MrKevinWeiss added this to the Release 2021.07 milestone Jun 22, 2021
@MrKevinWeiss MrKevinWeiss removed this from the Release 2021.07 milestone Jul 15, 2021
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Mar 2, 2022
@stale stale bot closed this Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: drivers Area: Device drivers State: stale State: The issue / PR has no activity for >185 days Type: new feature The issue requests / The PR implemements a new feature for RIOT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants