Functions | |
signed short | accel_x () |
Gets the sensed x acceleration. More... | |
signed short | accel_y () |
Gets the sensed y acceleration. More... | |
signed short | accel_z () |
Gets the sensed z acceleration. More... | |
int | accel_calibrate () |
int accel_calibrate | ( | ) |
Initiates a calibration of the accelerometer
signed short accel_x | ( | ) |
Gets the sensed x acceleration.
Wallaby: +/- 2G range, 1024 per G
Wombat: +/- 2G range, 1024 per G
This should be approximately 0 when at rest and flat on a table
signed short accel_y | ( | ) |
Gets the sensed y acceleration.
Wallaby: +/- 2G range, 1024 per G
Wombat: +/- 2G range, 1024 per G
This should be approximately 0 when at rest and flat on a table
signed short accel_z | ( | ) |
Gets the sensed z acceleration.
Wallaby: +/- 2G range, 1024 per G
Wallaby: This should be approximately -1024 when at rest and flat on a table
Wombat: +/- 2G range, 1024 per G
Wombat: This should be approximately -512 when at rest and flat on a table