drivers: sensors: Add support for ds18s20

Added support for the older ds18s20 inside the (newer) ds18b20.

Signed-off-by: Fredrik Gihl <fgihl@hotmail.com>
This commit is contained in:
Fredrik Gihl 2024-04-27 12:51:40 +02:00 committed by Anas Nashif
commit 2d31d45429
6 changed files with 83 additions and 27 deletions

View file

@ -0,0 +1,8 @@
# Copyright (c) 2024, Fredrik Gihl
# SPDX-License-Identifier: Apache-2.0
description: Maxim 1-Wire ds18s20 temperature sensor
compatible: "maxim,ds18s20"
include: [sensor-device.yaml, w1-slave.yaml]