that_one_nigga_you_k

construtor

Dec 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #ifndef holonomico_h
  2. #define holonomico_h
  3.  
  4. #include <Arduino.h>
  5.  
  6. class robo
  7. {
  8.   public:
  9.     void rodar(int rpm, int mtr);
  10.     void inicio();
  11.  
  12.    
  13.   private:
  14.    
  15.     void lerdados();
  16.    
  17. };
  18.  
  19. #endif
Add Comment
Please, Sign In to add comment