README: Add some description
[brmpuk.git] / sabertooth.h
blobb876c67696d5ba9ee586f5c50f623fe5ee0a20a2
1 #ifndef BRMPUK_SABERTOOTH_H
2 #define BRMPUK_SABERTOOTH_H
4 void motor_init(void);
6 /* m1, m2 are in range [-63, +63] */
7 void motor_send(signed char m1, signed char m2);
9 void motor_stop(void);
11 #endif