Encode.h 235 B

1234567891011
  1. #ifndef USER_ENCODE_H
  2. #define USER_ENCODE_H
  3. int GetEncodeCount(void);
  4. void SetEncodeCount(int encodepulse);
  5. void EncoderInit(void);
  6. extern float BMGearRatio;
  7. extern long GetEncodePos(void);
  8. extern void SetEncodePos(long pos);
  9. #endif