mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 20:11:46 +02:00
implement move method
This commit is contained in:
parent
32f82557b3
commit
4165afd578
@ -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();
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user