Skip to content

Commit e6c116a

Browse files
authored
Merge pull request #16 from cparata/master
Increase the version of the library
2 parents 14af75c + 5576450 commit e6c116a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duino LSM303AGR
2-
version=1.0.5
2+
version=1.1.0
33
author=AST
44
maintainer=stm32duino
55
sentence=3D accelerometer and 3D magnetometer.

src/LSM303AGR_ACC_Sensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ LSM303AGR_ACC_StatusTypeDef LSM303AGR_ACC_Sensor::DisableTemperatureSensor(void)
687687

688688
/**
689689
* @brief Read the On-board Temperature Sensor
690-
* @param temperature Pointer to a 16-bit value to read into
690+
* @param temperature Pointer to a float value to read into
691691
* @retval LSM303AGR_ACC_STATUS_OK in case of success
692692
* @retval LSM303AGR_ACC_STATUS_ERROR in case of failure
693693
*/

0 commit comments

Comments
 (0)