12 lines
190 B
C
12 lines
190 B
C
#pragma once
|
|
|
|
void actuatorsInit();
|
|
void actuatorsStop();
|
|
|
|
void actuatorsForward();
|
|
void actuatorsBack();
|
|
void actuatorsLeft();
|
|
void actuatorsRight();
|
|
|
|
void actuatorsSetSpeed(int l, int r);
|