Treehopper Java API
io.treehopper.libraries.sensors.inertial.Accelerometer Class Referenceabstract
Inheritance diagram for io.treehopper.libraries.sensors.inertial.Accelerometer:
io.treehopper.libraries.sensors.inertial.IAccelerometer io.treehopper.libraries.sensors.IPollable io.treehopper.libraries.sensors.inertial.adxl345.Adxl345

Public Member Functions

Vector3 getAccelerometer ()
 
boolean isAutoUpdateWhenPropertyRead ()
 
void setAutoUpdateWhenPropertyRead (boolean value)
 
void update ()
 

Protected Attributes

boolean autoUpdateWhenPropertyRead
 
Vector3 accelerometer
 

Member Function Documentation

◆ getAccelerometer()

Vector3 io.treehopper.libraries.sensors.inertial.Accelerometer.getAccelerometer ( )

◆ isAutoUpdateWhenPropertyRead()

boolean io.treehopper.libraries.sensors.inertial.Accelerometer.isAutoUpdateWhenPropertyRead ( )

◆ setAutoUpdateWhenPropertyRead()

void io.treehopper.libraries.sensors.inertial.Accelerometer.setAutoUpdateWhenPropertyRead ( boolean  value)

◆ update()

Member Data Documentation

◆ accelerometer

Vector3 io.treehopper.libraries.sensors.inertial.Accelerometer.accelerometer
protected

◆ autoUpdateWhenPropertyRead

boolean io.treehopper.libraries.sensors.inertial.Accelerometer.autoUpdateWhenPropertyRead
protected

The documentation for this class was generated from the following file: