Skip to content

Commit 25d440e

Browse files
authored
Fix comment for i2cBus parameter
1 parent 79c047f commit 25d440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SensirionI2CSfa3x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SensirionI2CSfa3x {
5050
/**
5151
* begin() - Initializes the SensirionI2CSfa3x class.
5252
*
53-
* @param serial Arduino stream object to be communicated with.
53+
* @param i2cBus Arduino stream object to use for communication.
5454
*
5555
*/
5656
void begin(TwoWire& i2cBus);

0 commit comments

Comments
 (0)