Merge branch 'hotfix/sht30' into feature/update-sht-for-all-examples

This commit is contained in:
Phat Nguyen
2024-02-16 13:29:03 +07:00
55 changed files with 1197 additions and 3770 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
#define AG_LIB_VER "3.0.2"
AirGradient::AirGradient(BoardType type)
: pms5003(type), pms5003t_1(type), pms5003t_2(type), s8(type), sht4x(type),
sht3x(type), sgp41(type), display(type), boardType(type), button(type),
statusLed(type), ledBar(type), watchdog(type) {}
: pms5003(type), pms5003t_1(type), pms5003t_2(type), s8(type), sgp41(type),
display(type), boardType(type), button(type), statusLed(type),
ledBar(type), watchdog(type), sht(type) {}
/**
* @brief Get pin number for I2C SDA