Returns the name of the port that the sensor is connected to, e.g. ev3:in1
.
I2C sensors also include the I2C address (decimal), e.g. ev3:in1:i2c8
.
Ambient light intensity. Light on sensor is dimly lit blue.
Blue component of the detected color, in the range 0-1020.
Color detected by the sensor, categorized by overall value.
Sends a command to the sensor.
Returns a list of the valid commands for the sensor. Returns -EOPNOTSUPP if no commands are supported.
Returns the number of decimal places for the values in the value<N>
attributes of the current mode.
Returns the name of the sensor device/driver. See the list of [supported sensors] for a complete list of drivers.
Green component of the detected color, in the range 0-1020.
Returns the current mode. Writing one of the values returned by modes
sets the sensor to that mode.
Returns the current mode. Writing one of the values returned by modes
sets the sensor to that mode.
Returns a list of the valid modes for the sensor.
Returns the number of value<N>
attributes that will return a valid value
for the current mode.
Red component of the detected color, in the range 0-1020.
Reflected light intensity as a percentage. Light on sensor is red.
Returns the units of the measured value for the current mode. May return empty string
Generated using TypeDoc
LEGO EV3 color sensor.