SHT3x driver - documentation changed
This commit is contained in:
parent
1525f61fe3
commit
344c8759f9
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ sht3x_sensor_t* sht3x_init_sensor (uint8_t bus, uint8_t addr);
|
|||
*
|
||||
* @param dev pointer to sensor device data structure
|
||||
* @param mode measurement mode, see type *sht3x_mode_t*
|
||||
* @return measurement duration in RTOS ticks or -1 on error
|
||||
* @return measurement duration given in RTOS ticks or -1 on error
|
||||
*/
|
||||
int32_t sht3x_start_measurement (sht3x_sensor_t* dev, sht3x_mode_t mode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue