Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 3.12 KB

api-advanced.rst

File metadata and controls

84 lines (66 loc) · 3.12 KB

API DI-Sensors - Advanced

DistanceSensor

di_sensors.distance_sensor.DistanceSensor

LightColorSensor

di_sensors.light_color_sensor.LightColorSensor

InertialMeasurementUnit

di_sensors.inertial_measurement_unit.InertialMeasurementUnit

di_sensors.BNO055.BNO055.get_calibration_status

TempHumPress

di_sensors.temp_hum_press.TempHumPress

LineFollower

di_sensors.line_follower.LineFollower

di_sensors.line_follower.LineFollowerRed

More ...

If you wish to have a more granular control over the sensors' functionalities, then you should check the following submodules of the DI-Sensors package:

All these submodules that are being referenced in this section were used for creating the :py~di_sensors.distance_sensor.DistanceSensor, :py~di_sensors.light_color_sensor.LightColorSensor, :py~di_sensors.temp_hum_press.TempHumPress and the :py~di_sensors.inertial_measurement_unit.InertialMeasurementUnit classes.