This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Embedded-SCD 2.0.0
- [
changed
] Functions are now dedicated per sensor (e.g.scd30_probe()
instead ofscd_probe()
) - [
changed
] Move the i2c init call out ofprobe()
and into the example - [
added
] Addscd30_read_serial()
to read out the serial number - [
added
] embedded-common: Add multi-bus support along with an example. - [
fixed
] Fix compilation warnings when compiling the linux user space
sample implementation withCONFIG_I2C_TYPE
set tosw_i2c
- [
changed
] Split outdefault_config.inc
from Makefile to configure paths
and CFLAGS for the SCD30 driver - [
changed
] Only one example with eitherhw_i2c
orsw_i2c
is build,
depending onCONFIG_I2C_TYPE
. Defaults tohw_i2c
. - [
fixed
] Fix clock stretching timeout that might occur when
CONFIG_I2C_TYPE
is set tosw_i2c