- /*
- * position.h
- *
- * Author: Andrey Koryagin https://blog.avislab.com/
- */
- #ifndef INC_POSITION_H_
- #define INC_POSITION_H_
- void Position_Init (void);
- void Position_Process (void);
- void Position_Set (uint16_t position);
- uint16_t Position_Get ();
- uint16_t Position_Get_Real ();
- #endif /* INC_POSITION_H_ */
|