Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Embedded-SCD 2.0.0

Compare
Choose a tag to compare
@rnestler rnestler released this 01 Oct 14:54
· 58 commits to master since this release
a6e0353
  • [changed] Functions are now dedicated per sensor (e.g. scd30_probe()
    instead of scd_probe())
  • [changed] Move the i2c init call out of probe() and into the example
  • [added] Add scd30_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 with CONFIG_I2C_TYPE set to sw_i2c
  • [changed] Split out default_config.inc from Makefile to configure paths
    and CFLAGS for the SCD30 driver
  • [changed] Only one example with either hw_i2c or sw_i2c is build,
    depending on CONFIG_I2C_TYPE. Defaults to hw_i2c.
  • [fixed] Fix clock stretching timeout that might occur when
    CONFIG_I2C_TYPE is set to sw_i2c