Skip to content

Commit

Permalink
Fix comment for i2cBus parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz authored Apr 30, 2024
1 parent 2935dc0 commit acc029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SensirionI2CSgp40.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SensirionI2CSgp40 {
/**
* begin() - Initializes the SensirionI2CSgp40 class.
*
* @param serial Arduino stream object to be communicated with.
* @param i2cBus Arduino stream object to use for communication.
*
*/
void begin(TwoWire& i2cBus);
Expand Down

0 comments on commit acc029b

Please sign in to comment.