A B C D E F G H I J K L M N O P R S T U V W 

B

Battery - Enum in com.mbientlab.metawear.api.characteristic
Enumeration of GATT characteristics specific to the battery service
boundaryCrossed(float, float) - Method in class com.mbientlab.metawear.api.controller.Temperature.Callbacks
Called when either the lower or upper temperature boundaries have been crossed
build() - Method in class com.mbientlab.metawear.api.util.FilterConfigBuilder
Create a filter configuration object
buildAccelerometerTrigger() - Static method in class com.mbientlab.metawear.api.util.TriggerBuilder
Constructs a trigger for all axis data from the accelerometer.
buildDataFilterTrigger(byte, byte) - Static method in class com.mbientlab.metawear.api.util.TriggerBuilder
Constructs a trigger for the output of a data filter.
buildGPIOAnalogTrigger(boolean, byte) - Static method in class com.mbientlab.metawear.api.util.TriggerBuilder
Constructs a trigger for reading GPIO analog values.
buildGPIODigitalTrigger(byte) - Static method in class com.mbientlab.metawear.api.util.TriggerBuilder
Constructs a trigger for reading GPIO digital values.
buildPinChangeNotifyTrigger(byte) - Static method in class com.mbientlab.metawear.api.util.TriggerBuilder
Constructs a trigger for GPIO pin state change notifications.
buildReadCommand(Register, byte...) - Static method in class com.mbientlab.metawear.api.util.Registers
Builds an array of bytes corresponding to reading a register value.
buildWriteCommand(Register, byte...) - Static method in class com.mbientlab.metawear.api.util.Registers
Builds an array of bytes corresponding to writing a register value.
bytes() - Method in interface com.mbientlab.metawear.api.controller.DataProcessor.FilterConfig
Byte array representing the configuration
BytesInterpreter - Class in com.mbientlab.metawear.api.util
Helper functions to convert bytes into meaningful data
BytesInterpreter() - Constructor for class com.mbientlab.metawear.api.util.BytesInterpreter
 
bytesToGs(byte[], short) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert raw accelerometer data into Gs based on its configuration.
bytesToGs(byte[], byte[]) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert raw accelerometer data into Gs based on its configuration.
bytesToSwitchState(byte[]) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert data into the switch state
bytesToTemp(byte[], boolean) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert raw temperature data into Celsius.
bytesToTemp(byte[]) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
This version of the function is for data received from firmware v1.0.0
byteToMotionData(byte) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert byte representation motion data to MovementData object
byteToOrientation(byte) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert byte to an Orientation enum entry
byteToShakeData(byte) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert byte representation of shake data to a MovementData object
byteToTapData(byte) - Static method in class com.mbientlab.metawear.api.util.BytesInterpreter
Convert byte representation of tap data to a TapData object
A B C D E F G H I J K L M N O P R S T U V W