Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SlimeVR/SlimeVR-Tracker-ESP
/ functions
Functions
1,844 in github.com/SlimeVR/SlimeVR-Tracker-ESP
⨍
Functions
1,844
◇
Types & classes
294
Method
getSleepEnabled
Get sleep mode status. * Setting the SLEEP bit in the register puts the device into very low power * sleep mode. In this mode, only the serial inter
lib/mpu9250/MPU9250.cpp:2376
Method
getStandbyXAccelEnabled
Get X-axis accelerometer standby enabled status. * If enabled, the X-axis will not gather or report data (or use power). * @return Current X-axis st
lib/mpu6050/MPU6050.cpp:2589
Method
getStandbyXAccelEnabled
Get X-axis accelerometer standby enabled status. * If enabled, the X-axis will not gather or report data (or use power). * @return Current X-axis st
lib/mpu9250/MPU9250.cpp:2526
Method
getStandbyXGyroEnabled
Get X-axis gyroscope standby enabled status. * If enabled, the X-axis will not gather or report data (or use power). * @return Current X-axis standb
lib/mpu6050/MPU6050.cpp:2646
Method
getStandbyXGyroEnabled
Get X-axis gyroscope standby enabled status. * If enabled, the X-axis will not gather or report data (or use power). * @return Current X-axis standb
lib/mpu9250/MPU9250.cpp:2583
Method
getStandbyYAccelEnabled
Get Y-axis accelerometer standby enabled status. * If enabled, the Y-axis will not gather or report data (or use power). * @return Current Y-axis st
lib/mpu6050/MPU6050.cpp:2608
Method
getStandbyYAccelEnabled
Get Y-axis accelerometer standby enabled status. * If enabled, the Y-axis will not gather or report data (or use power). * @return Current Y-axis st
lib/mpu9250/MPU9250.cpp:2545
Method
getStandbyYGyroEnabled
Get Y-axis gyroscope standby enabled status. * If enabled, the Y-axis will not gather or report data (or use power). * @return Current Y-axis standb
lib/mpu6050/MPU6050.cpp:2665
Method
getStandbyYGyroEnabled
Get Y-axis gyroscope standby enabled status. * If enabled, the Y-axis will not gather or report data (or use power). * @return Current Y-axis standb
lib/mpu9250/MPU9250.cpp:2602
Method
getStandbyZAccelEnabled
Get Z-axis accelerometer standby enabled status. * If enabled, the Z-axis will not gather or report data (or use power). * @return Current Z-axis st
lib/mpu6050/MPU6050.cpp:2627
Method
getStandbyZAccelEnabled
Get Z-axis accelerometer standby enabled status. * If enabled, the Z-axis will not gather or report data (or use power). * @return Current Z-axis st
lib/mpu9250/MPU9250.cpp:2564
Method
getStandbyZGyroEnabled
Get Z-axis gyroscope standby enabled status. * If enabled, the Z-axis will not gather or report data (or use power). * @return Current Z-axis standb
lib/mpu6050/MPU6050.cpp:2684
Method
getStandbyZGyroEnabled
Get Z-axis gyroscope standby enabled status. * If enabled, the Z-axis will not gather or report data (or use power). * @return Current Z-axis standb
lib/mpu9250/MPU9250.cpp:2621
Method
getStepCount
Return the step count
lib/bno080/BNO080.cpp:913
Method
getSystemStatus
! * @brief Gets the latest system status info * @param system_status * system status info * @param self_test_result *
lib/bno055_adafruit/Adafruit_BNO055.cpp:249
Method
getTPS
src/status/TPSCounter.cpp:48
Method
getTeiltHeading
See MPU-9250 Product Specification - 9.1 Orientation of Axes MPU9250 is XYZ, but AK8963 which is inside MPU9250 is YX-Z
lib/mpu9250/MPU9250.cpp:3510
Method
getTemp
! * @brief Gets the temperature in degrees celsius * @return temperature in degrees celsius */
lib/bno055_adafruit/Adafruit_BNO055.cpp:364
Method
getTempC
lib/ICM20948/ICM_20948.cpp:437
Method
getTempFIFOEnabled
Get temperature FIFO enabled value. * When set to 1, this bit enables TEMP_OUT_H and TEMP_OUT_L (Registers 65 and * 66) to be written into the FIFO
lib/mpu6050/MPU6050.cpp:643
Method
getTempFIFOEnabled
Get temperature FIFO enabled value. * When set to 1, this bit enables TEMP_OUT_H and TEMP_OUT_L (Registers 65 and * 66) to be written into the FIFO
lib/mpu9250/MPU9250.cpp:584
Method
getTempSensorEnabled
Get temperature sensor enabled status. * Control the usage of the internal temperature sensor. * * Note: this register stores the *disabled* value,
lib/mpu6050/MPU6050.cpp:2484
Method
getTempSensorEnabled
Get temperature sensor enabled status. * Control the usage of the internal temperature sensor. * * Note: this register stores the *disabled* value,
lib/mpu9250/MPU9250.cpp:2421
Method
getTempTimestep
src/sensors/softfusion/runtimecalibration/RuntimeCalibration.h:183
Method
getTemperature
Get current internal temperature. * @return Temperature reading in 16-bit 2's complement format * @see MPU6050_RA_TEMP_OUT_H */
lib/mpu6050/MPU6050.cpp:1877
Method
getTemperature
Get current internal temperature. * @return Temperature reading in 16-bit 2's complement format * @see MPU9250_RA_TEMP_OUT_H */
lib/mpu9250/MPU9250.cpp:1822
Method
getTimeStamp
Return the time stamp
lib/bno080/BNO080.cpp:931
Method
getVersion
src/configuration/Configuration.cpp:175
Method
getWaitForExternalSensorEnabled
Get wait-for-external-sensor-data enabled value. * When the WAIT_FOR_ES bit is set to 1, the Data Ready interrupt will be * delayed until External S
lib/mpu6050/MPU6050.cpp:823
Method
getWaitForExternalSensorEnabled
Get wait-for-external-sensor-data enabled value. * When the WAIT_FOR_ES bit is set to 1, the Data Ready interrupt will be * delayed until External S
lib/mpu9250/MPU9250.cpp:764
Method
getWakeCycleEnabled
Get wake cycle enabled status. * When this bit is set to 1 and SLEEP is disabled, the MPU-60X0 will cycle * between sleep mode and waking up to take
lib/mpu6050/MPU6050.cpp:2460
Method
getWakeCycleEnabled
Get wake cycle enabled status. * When this bit is set to 1 and SLEEP is disabled, the MPU-60X0 will cycle * between sleep mode and waking up to take
lib/mpu9250/MPU9250.cpp:2397
Method
getWakeFrequency
Get wake frequency in Accel-Only Low Power Mode. * The MPU-60X0 can be put into Accerlerometer Only Low Power Mode by setting * PWRSEL to 1 in the P
lib/mpu6050/MPU6050.cpp:2571
Method
getWakeFrequency
Get wake frequency in Accel-Only Low Power Mode. * The MPU-60X0 can be put into Accerlerometer Only Low Power Mode by setting * PWRSEL to 1 in the P
lib/mpu9250/MPU9250.cpp:2508
Method
getWhoAmI
lib/ICM20948/ICM_20948.cpp:564
Method
getWriteError
src/network/connection.cpp:196
Method
getXAccelOffset
lib/mpu9250/MPU9250.cpp:2788
Method
getXAccelOffsetUser
lib/mpu9250/MPU9250.cpp:2816
Method
getXFineGain
lib/mpu6050/MPU6050.cpp:2857
Method
getXFineGain
lib/mpu9250/MPU9250.cpp:2758
Method
getXGyroFIFOEnabled
Get gyroscope X-axis FIFO enabled value. * When set to 1, this bit enables GYRO_XOUT_H and GYRO_XOUT_L (Registers 67 and * 68) to be written into th
lib/mpu6050/MPU6050.cpp:661
Method
getXGyroFIFOEnabled
Get gyroscope X-axis FIFO enabled value. * When set to 1, this bit enables GYRO_XOUT_H and GYRO_XOUT_L (Registers 67 and * 68) to be written into th
lib/mpu9250/MPU9250.cpp:602
Method
getXGyroOffset
lib/mpu9250/MPU9250.cpp:2728
Method
getXGyroOffsetTC
lib/mpu6050/MPU6050.cpp:2827
Method
getXGyroOffsetUser
lib/mpu9250/MPU9250.cpp:2846
Method
getXNegMotionDetected
Get X-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2064
Method
getXNegMotionDetected
Get X-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2001
Method
getXPosMotionDetected
Get X-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2073
Method
getXPosMotionDetected
Get X-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2010
Method
getYAccelOffset
lib/mpu9250/MPU9250.cpp:2798
Method
getYAccelOffsetUser
lib/mpu9250/MPU9250.cpp:2826
Method
getYFineGain
lib/mpu6050/MPU6050.cpp:2867
Method
getYFineGain
lib/mpu9250/MPU9250.cpp:2768
Method
getYGyroFIFOEnabled
Get gyroscope Y-axis FIFO enabled value. * When set to 1, this bit enables GYRO_YOUT_H and GYRO_YOUT_L (Registers 69 and * 70) to be written into th
lib/mpu6050/MPU6050.cpp:679
Method
getYGyroFIFOEnabled
Get gyroscope Y-axis FIFO enabled value. * When set to 1, this bit enables GYRO_YOUT_H and GYRO_YOUT_L (Registers 69 and * 70) to be written into th
lib/mpu9250/MPU9250.cpp:620
Method
getYGyroOffset
lib/mpu9250/MPU9250.cpp:2738
Method
getYGyroOffsetTC
lib/mpu6050/MPU6050.cpp:2837
Method
getYGyroOffsetUser
lib/mpu9250/MPU9250.cpp:2856
Method
getYNegMotionDetected
Get Y-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2082
Method
getYNegMotionDetected
Get Y-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2019
Method
getYPosMotionDetected
Get Y-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2091
Method
getYPosMotionDetected
Get Y-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2028
Method
getYaw
Return the yaw / heading (rotation around the z-axis) in Radians
lib/bno080/BNO080.cpp:535
Method
getZAccelOffset
lib/mpu9250/MPU9250.cpp:2808
Method
getZAccelOffsetUser
lib/mpu9250/MPU9250.cpp:2836
Method
getZFineGain
lib/mpu6050/MPU6050.cpp:2877
Method
getZFineGain
lib/mpu9250/MPU9250.cpp:2778
Method
getZGyroFIFOEnabled
Get gyroscope Z-axis FIFO enabled value. * When set to 1, this bit enables GYRO_ZOUT_H and GYRO_ZOUT_L (Registers 71 and * 72) to be written into th
lib/mpu6050/MPU6050.cpp:697
Method
getZGyroFIFOEnabled
Get gyroscope Z-axis FIFO enabled value. * When set to 1, this bit enables GYRO_ZOUT_H and GYRO_ZOUT_L (Registers 71 and * 72) to be written into th
lib/mpu9250/MPU9250.cpp:638
Method
getZGyroOffset
lib/mpu9250/MPU9250.cpp:2748
Method
getZGyroOffsetTC
lib/mpu6050/MPU6050.cpp:2847
Method
getZGyroOffsetUser
lib/mpu9250/MPU9250.cpp:2866
Method
getZNegMotionDetected
Get Z-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2100
Method
getZNegMotionDetected
Get Z-axis negative motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2037
Method
getZPosMotionDetected
Get Z-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_
lib/mpu6050/MPU6050.cpp:2109
Method
getZPosMotionDetected
Get Z-axis positive motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_
lib/mpu9250/MPU9250.cpp:2046
Method
getZROChange
src/sensors/softfusion/runtimecalibration/RuntimeCalibration.h:233
Method
getZeroMotionDetected
Get zero motion detection interrupt status. * @return Motion detection status * @see MPU6050_RA_MOT_DETECT_STATUS * @see MPU6050_MOTION_MOT_ZRMOT_B
lib/mpu6050/MPU6050.cpp:2118
Method
getZeroMotionDetected
Get zero motion detection interrupt status. * @return Motion detection status * @see MPU9250_RA_MOT_DETECT_STATUS * @see MPU9250_MOTION_MOT_ZRMOT_B
lib/mpu9250/MPU9250.cpp:2055
Method
getZeroMotionDetectionDuration
Get zero motion detection event duration threshold. * This register configures the duration counter threshold for Zero Motion * interrupt generation
lib/mpu6050/MPU6050.cpp:622
Method
getZeroMotionDetectionDuration
Get zero motion detection event duration threshold. * This register configures the duration counter threshold for Zero Motion * interrupt generation
lib/mpu9250/MPU9250.cpp:563
Method
getZeroMotionDetectionThreshold
Get zero motion detection event acceleration threshold. * This register configures the detection threshold for Zero Motion interrupt * generation. T
lib/mpu6050/MPU6050.cpp:591
Method
getZeroMotionDetectionThreshold
Get zero motion detection event acceleration threshold. * This register configures the detection threshold for Zero Motion interrupt * generation. T
lib/mpu9250/MPU9250.cpp:532
Method
get_axis
lib/math/basis.h:62
Method
get_axis_angle
lib/math/quat.h:91
Method
get_column
lib/math/basis.h:193
Method
get_euler
lib/math/quat.h:75
Method
get_euler
lib/math/basis.h:113
Method
get_main_diagonal
lib/math/basis.h:200
Method
get_rotation
lib/math/basis.h:89
Method
get_row
lib/math/basis.h:197
Method
hasNewAccel
lib/bno080/BNO080.cpp:634
Method
hasNewFastGyro
lib/bno080/BNO080.cpp:895
Method
hasNewGyro
lib/bno080/BNO080.cpp:819
Method
hasNewLinAccel
lib/bno080/BNO080.cpp:750
Method
hasNewMag
lib/bno080/BNO080.cpp:861
Method
hasNewMagQuat
lib/bno080/BNO080.cpp:630
Method
hasSensorOnBus
src/sensorinterface/RegisterInterface.cpp:40
Method
hasSensorOnBus
src/sensorinterface/i2cimpl.h:77
Method
i2cControllerConfigurePeripheral
lib/ICM20948/ICM_20948.cpp:962
← previous
next →
1,101–1,200 of 1,844, ranked by callers