Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct SharedVars {
- uint16_t speed;
- uint32_t max_position;
- uint32_t position;
- int32_t max_force;
- int32_t force;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement