Advertisement
Guest User

Untitled

a guest
Nov 9th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. struct SharedVars {
  2. uint16_t speed;
  3. uint32_t max_position;
  4. uint32_t position;
  5. int32_t max_force;
  6. int32_t force;
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement