Skip to content

Commit cb321a1

Browse files
committed
doc: Sensor Read and Decode no longer Experimental
The docs signaled to reads that Read and Decode was an experimental API while Kconfig did not. These are no longer experimental APIs. We have a solid number of implementations in the tree now showing these APIs in use in the real world. They are still however stabilizing! Signed-off-by: Tom Burdick <[email protected]>
1 parent 7987614 commit cb321a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/hardware/peripherals/sensor/read_and_decode.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
Read and Decode
44
###############
55

6-
The quickly stabilizing experimental APIs for reading sensor data are:
6+
The quickly stabilizing APIs for reading sensor data are:
77

88
* :c:func:`sensor_read`
99
* :c:func:`sensor_read_async_mempool`
1010
* :c:func:`sensor_get_decoder`
1111
* :c:func:`sensor_decode`
1212

13-
1413
Benefits over :ref:`sensor-fetch-and-get`
1514
*********************************************************
1615

0 commit comments

Comments
 (0)