Sensirion / arduino-i2c-sht4x

Arduino library for Sensirion SHT4x sensors
BSD 3-Clause "New" or "Revised" License
13 stars 5 forks source link

Small mistake in documentation #2

Closed F-Schmidt99 closed 1 year ago

F-Schmidt99 commented 1 year ago

In class SensirionI2CSht4x.cpp the documentation says (line 53):

* @param serial Arduino stream object to be communicated with.

Should be:

* @param i2cBus Arduino stream object to be communicated with.

psachs commented 1 year ago

Thanks for pointing that out, we will fix the documentation in an updated version

LeonieFierz commented 1 year ago

the comment is fixed on master