Skip to content

Commit ba3f860

Browse files
author
Brent Rubell
committed
doxy
1 parent 7e4de33 commit ba3f860

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/uart/ws_uart.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ void ws_uart::initUARTBus(
6767
#ifdef USE_SW_UART
6868
/*******************************************************************************/
6969
/*!
70-
@brief Initializes the pms5003 device driver using SoftwareSerial.
70+
@brief Initializes the PM25AQI device driver using SoftwareSerial.
7171
@param swSerial
7272
Pointer to a SoftwareSerial instance.
7373
@param pollingInterval
7474
Polling interval for the pms5003 device.
75+
@param device_id
76+
Which PM25 device are we communicating with?
7577
@returns True if pms5003 driver was successfully initialized, False
7678
otherwise.
7779
*/
@@ -105,6 +107,8 @@ bool ws_uart::initUARTDevicePM25AQI(SoftwareSerial *swSerial,
105107
Pointer to a HardwareSerial instance.
106108
@param pollingInterval
107109
Polling interval for the pms5003 device.
110+
@param device_id
111+
Which PM25 device are we communicating with?
108112
@returns True if pms5003 driver was successfully initialized, False
109113
otherwise.
110114
*/

0 commit comments

Comments
 (0)