We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6827a commit 0f18c5cCopy full SHA for 0f18c5c
Adafruit_Sensor.h
@@ -172,8 +172,9 @@ typedef struct {
172
the air (Ohms) */
173
float unitless_percent; /**<Percentage, unit-less (%) */
174
sensors_color_t color; /**< color in RGB component values */
175
- float altitude; /**< Distance between a reference datum and a point or object, in meters. */
176
- }; ///< Union for the wide ranges of data we can carry
+ float altitude; /**< Distance between a reference datum and a point or
+ object, in meters. */
177
+ }; ///< Union for the wide ranges of data we can carry
178
} sensors_event_t;
179
180
/* Sensor details (40 bytes) */
0 commit comments