Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1. volatile int LicznikEnkoderLewy = 0;
  2. int LicznikEnkoderLewy_WartoscPoprzednia = 0;
  3. unsigned int EnkoderLewyAold = 0;
  4. unsigned int EnkoderLewyBold = 0;
  5. volatile int LicznikEnkoderPrawy = 0;
  6. int LicznikEnkoderPrawy_WartoscPoprzednia = 0;
  7. unsigned int EnkoderPrawyAold = 0;
  8. unsigned int EnkoderPrawyBold = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement