Obtain the value of an object's properties
Used to access different properties of the
gts
, imu
, or lts
object.
has(x, type) ## S3 method for class 'imu' has(x, type)
x |
A |
type |
A |
To access information about imu
properties use:
"accel"
Returns whether accelerometers have been specified
"gyro"
Returns whether accelerometers have been specified
"sensors"
Returns whether there exists both types of sensors
The method will return a single TRUE or FALSE response
imu
: Access imu
object properties
James Balamuta
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.