| aMotion_GetEnc32L | Index |
Definition:
Parameters:
| channel | - | Motion control channel. |
Return Value:
Description:
This routine returns the least significant 2 bytes of the 32-bit encoder.
Example:
#include <aMotion.tea>
n=aMotion_GetEnc32L(0);
This would set variable n to the least significant 2 bytes of the 32-bit encoder value for channel 0.
Related: