Update: Explain difference between PMS5003 and PMS5003T

This commit is contained in:
Phat Nguyen
2024-02-04 15:22:06 +07:00
parent e94a625072
commit 512420f5a2

View File

@@ -1,15 +1,15 @@
#ifndef _AIR_GRADIENT_H_ #ifndef _AIR_GRADIENT_H_
#define _AIR_GRADIENT_H_ #define _AIR_GRADIENT_H_
#include "display/oled.h"
#include "main/BoardDef.h" #include "main/BoardDef.h"
#include "main/HardwareWatchdog.h" #include "main/HardwareWatchdog.h"
#include "main/LedBar.h" #include "main/LedBar.h"
#include "main/PushButton.h" #include "main/PushButton.h"
#include "main/StatusLed.h" #include "main/StatusLed.h"
#include "s8/s8.h"
#include "display/oled.h"
#include "pms/pms5003.h" #include "pms/pms5003.h"
#include "pms/pms5003t.h" #include "pms/pms5003t.h"
#include "s8/s8.h"
#include "sgp41/sgp41.h" #include "sgp41/sgp41.h"
#include "sht4x/sht4x.h" #include "sht4x/sht4x.h"
@@ -26,11 +26,13 @@ public:
*/ */
PMS5003 pms5003; PMS5003 pms5003;
/** /**
* @brief Plantower PMS5003T sensor: connect to PM1 connector on outdoor board. * @brief Plantower PMS5003T sensor: connect to PM1 connector on
* OPEN_AIR_OUTDOOR.
*/ */
PMS5003T pms5003t_1; PMS5003T pms5003t_1;
/** /**
* @brief Plantower PMS5003T sensor: connect to PM2 connector on outdoor board * @brief Plantower PMS5003T sensor: connect to PM2 connector on
* OPEN_AIR_OUTDOOR.
*/ */
PMS5003T pms5003t_2; PMS5003T pms5003t_2;