#ifndef MOTOR_H
#define MOTOR_H

void Motor_Init(void);
void Motor_Process(float throttle, float speed, float *buffer, int n);

#endif