CircuitsSim.Device.BMP3XX (circuits_sim v0.1.2)
View SourceBosch BMP3XX sensors.
Most sensors are at address 0x77, but some are at 0x76. See the datasheet for details. Many features aren't implemented.
Summary
Types
@type options() :: [{:sensor_type, sensor_type()}]
@type sensor_type() :: :bmp380 | :bmp390 | :bmp180 | :bmp280 | :bme280 | :bme680
@type t() :: %CircuitsSim.Device.BMP3XX{registers: map(), sensor_type: sensor_type()}