#ifndef USER_ENCODE_H #define USER_ENCODE_H int GetEncodeCount(void); void SetEncodeCount(int encodepulse); void EncoderInit(void); extern float BMGearRatio; extern long GetEncodePos(void); extern void SetEncodePos(long pos); #endif