File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,13 @@ void ws_uart::initUARTBus(
67
67
#ifdef USE_SW_UART
68
68
/* ******************************************************************************/
69
69
/* !
70
- @brief Initializes the pms5003 device driver using SoftwareSerial.
70
+ @brief Initializes the PM25AQI device driver using SoftwareSerial.
71
71
@param swSerial
72
72
Pointer to a SoftwareSerial instance.
73
73
@param pollingInterval
74
74
Polling interval for the pms5003 device.
75
+ @param device_id
76
+ Which PM25 device are we communicating with?
75
77
@returns True if pms5003 driver was successfully initialized, False
76
78
otherwise.
77
79
*/
@@ -105,6 +107,8 @@ bool ws_uart::initUARTDevicePM25AQI(SoftwareSerial *swSerial,
105
107
Pointer to a HardwareSerial instance.
106
108
@param pollingInterval
107
109
Polling interval for the pms5003 device.
110
+ @param device_id
111
+ Which PM25 device are we communicating with?
108
112
@returns True if pms5003 driver was successfully initialized, False
109
113
otherwise.
110
114
*/
You can’t perform that action at this time.
0 commit comments