Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Adafruit-BNO055-test
sensor_t Struct Reference
struct sensor_s is used to describe basic information about a specific sensor. More...
#include <Adafruit_Sensor.h>
Data Fields | |
| char | name [12] |
| sensor name | |
| int | version |
| version of the hardware + driver | |
| int | sensor_id |
| unique sensor identifier | |
| int | type |
| this sensor's type (ex. | |
| float | max_value |
| maximum value of this sensor's value in SI units | |
| float | min_value |
| minimum value of this sensor's value in SI units | |
| float | resolution |
| smallest difference between two values reported by this sensor | |
| int | min_delay |
| min delay in microseconds between events. | |
Detailed Description
struct sensor_s is used to describe basic information about a specific sensor.
Definition at line 121 of file Adafruit_Sensor.h.
Field Documentation
| float max_value |
maximum value of this sensor's value in SI units
Definition at line 127 of file Adafruit_Sensor.h.
| int min_delay |
min delay in microseconds between events.
zero = not a constant rate
Definition at line 130 of file Adafruit_Sensor.h.
| float min_value |
minimum value of this sensor's value in SI units
Definition at line 128 of file Adafruit_Sensor.h.
| char name[12] |
sensor name
Definition at line 123 of file Adafruit_Sensor.h.
| float resolution |
smallest difference between two values reported by this sensor
Definition at line 129 of file Adafruit_Sensor.h.
| int sensor_id |
unique sensor identifier
Definition at line 125 of file Adafruit_Sensor.h.
| int type |
| int version |
version of the hardware + driver
Definition at line 124 of file Adafruit_Sensor.h.
Generated on Wed Jul 13 2022 00:45:44 by
1.7.2