implement move method

This commit is contained in:
99cardz 2024-01-08 15:37:39 +01:00
parent 32f82557b3
commit 4165afd578

View File

@ -13,11 +13,15 @@
#define Motion_h
#include <stdint.h>
const int MOTOR_RIGHT_PIN = 11;
const int MOTOR_LEFT_PIN = 12;
class Motion{
protected:
public:
Motion();
/**