Skip to content

Commit 329ecb3

Browse files
committed
Add missing value refs in the API docs
1 parent bd97db7 commit 329ecb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api_input.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ LightSensor (LDR)
7777
-----------------
7878

7979
.. autoclass:: LightSensor(pin, \*, queue_len=5, charge_time_limit=0.01, threshold=0.1, partial=False, pin_factory=None)
80-
:members: wait_for_light, wait_for_dark, pin, light_detected, when_light, when_dark
80+
:members: wait_for_light, wait_for_dark, pin, light_detected, when_light, when_dark, value
8181

8282

8383
DistanceSensor (HC-SR04)
8484
------------------------
8585

8686
.. autoclass:: DistanceSensor(echo, trigger, \*, queue_len=30, max_distance=1, threshold_distance=0.3, partial=False, pin_factory=None)
87-
:members: wait_for_in_range, wait_for_out_of_range, trigger, echo, when_in_range, when_out_of_range, max_distance, distance, threshold_distance
87+
:members: wait_for_in_range, wait_for_out_of_range, trigger, echo, when_in_range, when_out_of_range, max_distance, distance, threshold_distance, value
8888

8989

9090
Base Classes

0 commit comments

Comments
 (0)