Timendainum

Stop.cpp

Nov 6th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include "Stop.h"
  2.  
  3. Stop::Stop()
  4. {}
  5.  
  6. void Stop::execute()
  7. {
  8.     //Serial.println("Stopping.");
  9.     //motordriver.stop();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment