Project

General

Profile

Statistics
| Branch: | Revision:

root / forklift / code / motor.h @ 0bd4bb32

History | View | Annotate | Download (125 Bytes)

1
#ifndef _MOTOR_H_
2
#define _MOTOR_H_
3

    
4
void motor_init(void);
5
void set_motor(int8_t speed);
6
int8_t get_motor();
7

    
8
#endif