Skip to content

Commit

Permalink
add SENSORS_RADS_TO_DPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Feb 2, 2020
1 parent 5fa4139 commit 151a26a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Adafruit_Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
#define SENSORS_PRESSURE_SEALEVELHPA \
(1013.25F) /**< Average sea level pressure is 1013.25 hPa */
#define SENSORS_DPS_TO_RADS \
(0.017453293F) /**< Degrees/s to rad/s multiplier \
*/
(0.017453293F) /**< Degrees/s to rad/s multiplier */
#define SENSORS_RADS_TO_DPS \
(57.29577793F) /**< Rad/s to degrees/s multiplier */
#define SENSORS_GAUSS_TO_MICROTESLA \
(100) /**< Gauss to micro-Tesla multiplier */

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit Unified Sensor
version=1.1.1
version=1.1.2
author=Adafruit <info@adafruit.com>
maintainer=Adafruit <info@adafruit.com>
sentence=Required for all Adafruit Unified Sensor based libraries.
Expand Down

0 comments on commit 151a26a

Please sign in to comment.