| IMUSensorChannel Enumeration |
The channel number of the IMU sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum IMUSensorChannel
ESkin.IMUSensorChannel = function();
ESkin.IMUSensorChannel.createEnum('ESkin.IMUSensorChannel', false);
Members
| Member name | Value | Description |
---|
| ACCEL_X | 16 |
The channel number of the "ACCEL_X" sensor.
|
| ACCEL_Y | 17 |
The channel number of the "ACCEL_Y" sensor.
|
| ACCEL_Z | 18 |
The channel number of the "ACCEL_Z" sensor.
|
| GYRO_X | 19 |
The channel number of the "GYRO_X" sensor.
|
| GYRO_Y | 20 |
The channel number of the "GYRO_Y" sensor.
|
| GYRO_Z | 21 |
The channel number of the "GYRO_Z" sensor.
|
| MAG_X | 22 |
The channel number of the "MAG_X" sensor (currently not used).
|
| MAG_Y | 23 |
The channel number of the "MAG_Y" sensor (currently not used).
|
| MAG_Z | 24 |
The channel number of the "MAG_Z" sensor (currently not used).
|
See Also