mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-30 07:27:12 +02:00
clang!
This commit is contained in:
@ -172,8 +172,9 @@ 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
|
||||||
}; ///< Union for the wide ranges of data we can carry
|
object, in meters. */
|
||||||
|
}; ///< Union for the wide ranges of data we can carry
|
||||||
} sensors_event_t;
|
} sensors_event_t;
|
||||||
|
|
||||||
/* Sensor details (40 bytes) */
|
/* Sensor details (40 bytes) */
|
||||||
|
Reference in New Issue
Block a user