BLUDeviceSensors Constants Reference
Declared in | BLUDevice.h |
---|
BLUDeviceSensors
Defines the sensors available on a Bluvision beacon.
Definition
typedef NS_OPTIONS(uint16_t, BLUDeviceSensors ) {
BLUDeviceSensorAccel = 1 < < 0,
BLUDeviceSensorTemperature = 1 < < 1,
BLUDeviceSensorMag = 1 < < 2,
BLUDeviceSensorGyro = 1 < < 3,
BLUDeviceSensorPressure = 1 < < 4,
BLUDeviceSensorHumidity = 1 < < 5,
BLUDeviceSensorPIR = 1 < < 6,
BLUDeviceSensorLight = 1 < < 7,
};
Constants
BLUDeviceSensorAccel
-
The beacon has an accelerometer.
Declared In
BLUDevice.h
. BLUDeviceSensorTemperature
-
The beacon has a temperature sensor.
Declared In
BLUDevice.h
. BLUDeviceSensorMag
-
The beacon has a magnetic sensor.
Declared In
BLUDevice.h
. BLUDeviceSensorGyro
-
The beacon has a gyroscope.
Declared In
BLUDevice.h
. BLUDeviceSensorPressure
-
The beacon has a pressure sensor.
Declared In
BLUDevice.h
. BLUDeviceSensorHumidity
-
The beacon has a humidity sensor.
Declared In
BLUDevice.h
. BLUDeviceSensorPIR
-
The beacon has a PIR sensor.
Declared In
BLUDevice.h
. BLUDeviceSensorLight
-
The beacon has a light sensor.
Declared In
BLUDevice.h
.
Declared In
BLUDevice.h