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
.
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.
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.
A measurement of the measured sound pressure level, as a percent. Uses a flat weighting.
A measurement of the measured sound pressure level, as a percent. Uses A-weighting, which focuses on levels up to 55 dB.
Returns the units of the measured value for the current mode. May return empty string
Generated using TypeDoc
LEGO NXT Sound Sensor