Advertisement
fraczek95

Untitled

Jun 9th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void motorDirChange()
  2. {
  3.   digitalWrite(dirPin, !digitalRead(dirPin));
  4.   delayMicroseconds(5000);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement