/* * MESCposition.h * * Created on: Feb 14, 2023 * Author: HPEnvy */ #ifndef MESC_POSITION_H #define MESC_POSITION_H #include "MESCfoc.h" void RunPosControl(MESC_motor_typedef *_motor); #endif