Temperature sensor library for Sequana BLE Lab.
Revision 1:b99360c421a7, committed 2019-03-22
- Comitter:
- lru
- Date:
- Fri Mar 22 10:08:18 2019 +0000
- Parent:
- 0:680362180482
- Commit message:
- Corrected TempSensor API description.
Changed in this revision
TempSensor.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 680362180482 -r b99360c421a7 TempSensor.h --- a/TempSensor.h Thu Mar 14 12:40:38 2019 +0000 +++ b/TempSensor.h Fri Mar 22 10:08:18 2019 +0000 @@ -27,8 +27,8 @@ public: /** Create and initialize sensor interface. * - * @param spi SPI bus to use - * @param cs CS/SS pin to use to select sensor on a bus + * @param i2c I2C bus to use + * @param address I2C address to use to select sensor on a bus */ TempSensor(I2C &i2c, uint8_t address) : _driver(i2c, address) {}