BME280¶
From: Bosch
Class: herosdevices.hardware.bosch.bme.BME280
Driver Quality Index: beta
Requires the following packages
BME280 Environmental Sensor via I2C.
Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: herosdevices.hardware.bosch.bme.BME280 If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter.
Argument |
Type |
Default Value |
Description |
|---|---|---|---|
bus_id |
<class ‘int’> |
1 |
I2C bus id (default 1). |
The following JSON strings can be used to start a HERO device representation of BME280 using BOSS.
{
"_id": "my_BME280",
"classname": "herosdevices.hardware.bosch.bme.BME280",
"arguments": {
"bus_id": 1
}
}
generated from signature