Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_i2c_detect.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 6, 2024
1 parent ba525db commit 2951fa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bbn_m5atomS3_lite_i2c_detect/bbn_m5atomS3_lite_i2c_detect.ino
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ static I2cDeviceInfo I2C_SCANNER_KNOWN_DEVICES[] = {
{"SCD40", "CO2 sensor - 2000ppm", (uint8_t[]){0x62, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SCD40-D-R2", "Miniaturized CO2 Sensor", (uint8_t[]){0x62, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SCD41", "CO2 sensor", (uint8_t[]){0x62, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SEN-15892", "Zio Qwiic Loudness Sensor", (uint8_t[]){0x38, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SEN-17374", "Sparkfun EKMC4607112K PIR", (uint8_t[]){0x13, 0x12, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SEN0590", "DFRobot Laser Ranging Sensor 4m", (uint8_t[]){0x74, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SEN15892", "Zio Qwiic Loudness Sensor", (uint8_t[]){0x38, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SEN17374", "Sparkfun EKMC4607112K PIR", (uint8_t[]){0x13, 0x12, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SFA30", "Formaldehyde Sensor Module for HVAC and Indoor Air Quality Applications", (uint8_t[]){0x5d, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SGP30", "Gas Sensor", (uint8_t[]){0x58, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
{"SGP40", "Indoor Air Quality Sensor for VOC Measurements", (uint8_t[]){0x59, 0x0}, (uint8_t)0x0, (uint8_t)0x0},
Expand Down

0 comments on commit 2951fa2

Please sign in to comment.