#ifndef _MOTOR_H__ #define _MOTOR_H__ #include "os/os_types.h" #include "foc/core/foc_type.h" void mc_init(void); bool mc_start(u8 mode); bool mc_stop(void); bool mc_throttle_released(void); bool mc_lock_motor(bool lock); #endif /* _MOTOR_H__ */