bricks/ev3dev: use dedicated reflection mode

REF-RAW was giving too much variation
This commit is contained in:
Laurens Valk
2019-03-25 14:13:02 +01:00
parent ccea3aa937
commit f4fbd805f6
+1 -1
View File
@@ -331,7 +331,7 @@ class ColorSensor():
"""Measure the reflection of a surface using a red light.
Returns:
:ref:`percentage`: Reflection, ranging from 0.0 (no reflection) to 100.0 (high reflection).
:ref:`percentage`: Reflection, ranging from 0 (no reflection) to 100 (high reflection).
"""
pass