mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-30 23:27:14 +02:00
clang!
This commit is contained in:
@ -172,7 +172,8 @@ typedef struct {
|
|||||||
the air (Ohms) */
|
the air (Ohms) */
|
||||||
float unitless_percent; /**<Percentage, unit-less (%) */
|
float unitless_percent; /**<Percentage, unit-less (%) */
|
||||||
sensors_color_t color; /**< color in RGB component values */
|
sensors_color_t color; /**< color in RGB component values */
|
||||||
float altitude; /**< Distance between a reference datum and a point or object, in meters. */
|
float altitude; /**< Distance between a reference datum and a point or
|
||||||
|
object, in meters. */
|
||||||
}; ///< Union for the wide ranges of data we can carry
|
}; ///< Union for the wide ranges of data we can carry
|
||||||
} sensors_event_t;
|
} sensors_event_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user