mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-30 07:27:12 +02:00
clang
This commit is contained in:
@ -40,8 +40,8 @@
|
|||||||
(30.0F) /**< Minimum magnetic field on Earth's surface */
|
(30.0F) /**< Minimum magnetic field on Earth's surface */
|
||||||
#define SENSORS_PRESSURE_SEALEVELHPA \
|
#define SENSORS_PRESSURE_SEALEVELHPA \
|
||||||
(1013.25F) /**< Average sea level pressure is 1013.25 hPa */
|
(1013.25F) /**< Average sea level pressure is 1013.25 hPa */
|
||||||
#define SENSORS_DPS_TO_RADS \
|
#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 \
|
#define SENSORS_RADS_TO_DPS \
|
||||||
(57.29577793F) /**< Rad/s to degrees/s multiplier */
|
(57.29577793F) /**< Rad/s to degrees/s multiplier */
|
||||||
#define SENSORS_GAUSS_TO_MICROTESLA \
|
#define SENSORS_GAUSS_TO_MICROTESLA \
|
||||||
|
Reference in New Issue
Block a user