Sensirion / embedded-i2c-scd4x

Embedded driver for the SCD4x sensor family.
BSD 3-Clause "New" or "Revised" License
28 stars 21 forks source link

Revise the Raspberry Pi Pico sample implementation #10

Open dgoffredo opened 2 months ago

dgoffredo commented 2 months ago

I'm using the SCD41 with a Raspberry Pi Pico W, and used this repository's sample implementation as a starting point.

The code in sample-implementations/RaspberryPi_Pico/ has several shortcomings that I aim to correct in this pull request:

This is my first time contributing to this project, so I'm happy to make any changes requested.