Device driver params interface for the SCD30 sensor.
More...
#include "periph/i2c.h"
#include "scd30.h"
#include "saul_reg.h"
Go to the source code of this file.
◆ SCD30_I2C_ADDR
#define SCD30_I2C_ADDR 0x61 |
◆ SCD30_NUMOF
Get the number of configured SCD30 devices.
Definition at line 72 of file scd30_params.h.
◆ SCD30_PARAM_I2C_ADDR
#define SCD30_PARAM_I2C_ADDR SCD30_I2C_ADDR |
◆ SCD30_PARAM_I2C_DEV
#define SCD30_PARAM_I2C_DEV I2C_DEV(0) |
◆ SCD30_PARAMS
Value: { .i2c_dev = SCD30_PARAM_I2C_DEV, \
.i2c_addr = SCD30_PARAM_I2C_ADDR }
Definition at line 52 of file scd30_params.h.
◆ SCD30_SAUL_INFO
#define SCD30_SAUL_INFO { .name = "scd30" } |
◆ scd30_params
◆ scd30_saul_info
Initial value:
Configure SAUL registry entries.
Definition at line 77 of file scd30_params.h.