mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8b8790c18f
tests/driver_ds18: Add test application for DS18B20 sensor. tests/driver_ds18: Add whitelist of boards
7 lines
289 B
Markdown
7 lines
289 B
Markdown
## About
|
|
This is a test application for the Maxime [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) 1-Wire temperature
|
|
sensor.
|
|
|
|
## Usage
|
|
The application will initialize the DS18B20 sensor and every 2 seconds will read
|
|
the temperature and print the measurement to STDOUT. |