#ifndef __MOTORS_H__ #define __MOTORS_H__ #include "servos.h" void motor_process(char*msg); #endif // __MOTORS_H__