Add detection code for SCD4X (#7185)

* Add detection code for SCD4X

This patch adds I2C detection support SCD40/SDC41 CO2 sensors.

It's a start to get #4601 over the line :)

Co-Authored-By: @Coloradohusky

* Remove SCD4X from Portduino
This commit is contained in:
Tom Fifield
2025-07-01 19:34:03 +10:00
committed by GitHub
parent 4bd416413a
commit 5841c889ba
4 changed files with 6 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ class ScanI2C
FT6336U,
STK8BAXX,
ICM20948,
SCD4X,
MAX30102,
TPS65233,
MPR121KB,